mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-18 06:24:01 +03:00
Update translation files from crowdin
This commit is contained in:
parent
1106b67f20
commit
204f6c7edb
@ -107,7 +107,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
|
||||
| `` e `` | Edit (start interactive rebase) | コミットを編集 |
|
||||
| `` i `` | Start interactive rebase | Start an interactive rebase for the commits on your branch. This will include all commits from the HEAD commit down to the first merge commit or main branch commit.
|
||||
If you would instead like to start an interactive rebase from the selected commit, press `e`. |
|
||||
| `` p `` | Pick | Mark the selected commit to be picked (when mid-rebase). This means that the commit will be retained upon continuing the rebase. |
|
||||
| `` p `` | 選択 | Mark the selected commit to be picked (when mid-rebase). This means that the commit will be retained upon continuing the rebase. |
|
||||
| `` F `` | Fixupコミットを作成 | このコミットに対するfixupコミットを作成 |
|
||||
| `` S `` | Apply fixup commits | Squash all 'fixup!' commits, either above the selected commit, or all in current branch (autosquash). |
|
||||
| `` <c-j> `` | コミットを1つ下に移動 | |
|
||||
@ -140,7 +140,7 @@ If you would instead like to start an interactive rebase from the selected commi
|
||||
| `` c `` | チェックアウト | Checkout file. This replaces the file in your working tree with the version from the selected commit. |
|
||||
| `` d `` | Remove | Discard this commit's changes to this file. This runs an interactive rebase in the background, so you may get a merge conflict if a later commit also changes this file. |
|
||||
| `` o `` | ファイルを開く | Open file in default application. |
|
||||
| `` e `` | Edit | Open file in external editor. |
|
||||
| `` e `` | 編集 | Open file in external editor. |
|
||||
| `` <c-t> `` | Open external diff tool (git difftool) | |
|
||||
| `` <space> `` | Toggle file included in patch | Toggle whether the file is included in the custom patch. See https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches. |
|
||||
| `` a `` | Toggle all files | Add/remove all commit's files to custom patch. See https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches. |
|
||||
@ -179,7 +179,7 @@ If you would instead like to start an interactive rebase from the selected commi
|
||||
| `` e `` | 設定ファイルを編集 | Open file in external editor. |
|
||||
| `` u `` | 更新を確認 | |
|
||||
| `` <enter> `` | 最近使用したリポジトリに切り替え | |
|
||||
| `` a `` | すべてのブランチログを表示 | |
|
||||
| `` a `` | Show/cycle all branch logs | |
|
||||
|
||||
## タグ
|
||||
|
||||
@ -209,7 +209,7 @@ If you would instead like to start an interactive rebase from the selected commi
|
||||
| `` A `` | 最新のコミットにamend | |
|
||||
| `` C `` | gitエディタを使用して変更をコミット | |
|
||||
| `` <c-f> `` | Find base commit for fixup | Find the commit that your current changes are building upon, for the sake of amending/fixing up the commit. This spares you from having to look through your branch's commits one-by-one to see which commit should be amended/fixed up. See docs: <https://github.com/jesseduffield/lazygit/tree/master/docs/Fixup_Commits.md> |
|
||||
| `` e `` | Edit | Open file in external editor. |
|
||||
| `` e `` | 編集 | Open file in external editor. |
|
||||
| `` o `` | ファイルを開く | Open file in default application. |
|
||||
| `` i `` | ファイルをignore | |
|
||||
| `` r `` | ファイルをリフレッシュ | |
|
||||
@ -240,7 +240,7 @@ If you would instead like to start an interactive rebase from the selected commi
|
||||
| `` O `` | View create pull request options | |
|
||||
| `` <c-y> `` | Pull RequestのURLをクリップボードにコピー | |
|
||||
| `` c `` | Checkout by name | Checkout by name. In the input box you can enter '-' to switch to the last branch. |
|
||||
| `` F `` | Force checkout | Force checkout selected branch. This will discard all local changes in your working directory before checking out the selected branch. |
|
||||
| `` F `` | 強制的にチェックアウト | Force checkout selected branch. This will discard all local changes in your working directory before checking out the selected branch. |
|
||||
| `` d `` | Delete | View delete options for local/remote branch. |
|
||||
| `` r `` | Rebase | Rebase the checked-out branch onto the selected branch. |
|
||||
| `` M `` | 現在のブランチにマージ | View options for merging the selected item into the current branch (regular merge, squash merge) |
|
||||
@ -330,7 +330,7 @@ If you would instead like to start an interactive rebase from the selected commi
|
||||
| `` <enter> `` | View branches | |
|
||||
| `` n `` | リモートを新規追加 | |
|
||||
| `` d `` | Remove | Remove the selected remote. Any local branches tracking a remote branch from the remote will be unaffected. |
|
||||
| `` e `` | Edit | リモートを編集 |
|
||||
| `` e `` | 編集 | リモートを編集 |
|
||||
| `` f `` | Fetch | リモートをfetch |
|
||||
| `` / `` | Filter the current view by text | |
|
||||
|
||||
|
@ -213,7 +213,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
|
||||
| `` e `` | 설정 파일 수정 | Open file in external editor. |
|
||||
| `` u `` | 업데이트 확인 | |
|
||||
| `` <enter> `` | 최근에 사용한 저장소로 전환 | |
|
||||
| `` a `` | 모든 브랜치 로그 표시 | |
|
||||
| `` a `` | Show/cycle all branch logs | |
|
||||
|
||||
## 서브모듈
|
||||
|
||||
|
@ -318,7 +318,7 @@ If you would instead like to start an interactive rebase from the selected commi
|
||||
| `` e `` | Verander config bestand | Open file in external editor. |
|
||||
| `` u `` | Check voor updates | |
|
||||
| `` <enter> `` | Wissel naar een recente repo | |
|
||||
| `` a `` | Alle logs van de branch laten zien | |
|
||||
| `` a `` | Show/cycle all branch logs | |
|
||||
|
||||
## Sub-commits
|
||||
|
||||
|
@ -299,7 +299,7 @@ Jeśli chcesz zamiast tego rozpocząć interaktywny rebase od wybranego commita,
|
||||
| `` e `` | Edytuj plik konfiguracyjny | Otwórz plik w zewnętrznym edytorze. |
|
||||
| `` u `` | Sprawdź aktualizacje | |
|
||||
| `` <enter> `` | Przełącz na ostatnie repozytorium | |
|
||||
| `` a `` | Pokaż wszystkie gałęzie w logach | |
|
||||
| `` a `` | Show/cycle all branch logs | |
|
||||
|
||||
## Sub-commity
|
||||
|
||||
|
@ -9,8 +9,8 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-r> `` | Mudar para um repositório recente | |
|
||||
| `` <pgup> (fn+up/shift+k) `` | Scroll up main window | |
|
||||
| `` <pgdown> (fn+down/shift+j) `` | Scroll down main window | |
|
||||
| `` <pgup> (fn+up/shift+k) `` | Rolar janela principal para cima | |
|
||||
| `` <pgdown> (fn+down/shift+j) `` | Rolar a janela principal para baixo | |
|
||||
| `` @ `` | View command log options | View options for the command log e.g. show/hide the command log and focus the command log. |
|
||||
| `` P `` | Empurre (Push) | Faça push do branch atual para o seu branch upstream. Se nenhum upstream estiver configurado, você será solicitado a configurar um branch a montante. |
|
||||
| `` p `` | Puxar (Pull) | Puxe alterações do controle remoto para o ramo atual. Se nenhum upstream estiver configurado, será solicitado configurar um ramo a montante. |
|
||||
@ -18,8 +18,8 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
|
||||
| `` ( `` | Decrease rename similarity threshold | Decrease the similarity threshold for a deletion and addition pair to be treated as a rename. |
|
||||
| `` } `` | Increase diff context size | Increase the amount of the context shown around changes in the diff view. |
|
||||
| `` { `` | Decrease diff context size | Decrease the amount of the context shown around changes in the diff view. |
|
||||
| `` : `` | Execute shell command | Bring up a prompt where you can enter a shell command to execute. |
|
||||
| `` <c-p> `` | View custom patch options | |
|
||||
| `` : `` | Executar comando da shell | Traga um prompt onde você pode digitar um comando shell para executar. |
|
||||
| `` <c-p> `` | Ver opções de patch personalizadas | |
|
||||
| `` m `` | Ver opções de mesclar/rebase | Ver opções para abortar/continuar/pular o merge/rebase atual. |
|
||||
| `` R `` | Atualizar | Atualize o estado do git (ou seja, execute `git status`, `git branch`, etc em segundo plano para atualizar o conteúdo de painéis). Isso não executa `git fetch`. |
|
||||
| `` + `` | Next screen mode (normal/half/fullscreen) | |
|
||||
@ -29,7 +29,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
|
||||
| `` W `` | View diffing options | View options relating to diffing two refs e.g. diffing against selected ref, entering ref to diff against, and reversing the diff direction. |
|
||||
| `` <c-e> `` | View diffing options | View options relating to diffing two refs e.g. diffing against selected ref, entering ref to diff against, and reversing the diff direction. |
|
||||
| `` q `` | Sair | |
|
||||
| `` <esc> `` | Cancel | |
|
||||
| `` <esc> `` | Cancelar | |
|
||||
| `` <c-w> `` | Toggle whitespace | Toggle whether or not whitespace changes are shown in the diff view. |
|
||||
| `` z `` | Desfazer | O reflog será usado para determinar qual comando git para executar para desfazer o último comando git. Isto não inclui mudanças na árvore de trabalho; apenas compromissos são tidos em consideração. |
|
||||
| `` <c-z> `` | Refazer | O reflog será usado para determinar qual comando git para executar para refazer o último comando git. Isto não inclui mudanças na árvore de trabalho; apenas compromissos são tidos em consideração. |
|
||||
@ -46,8 +46,8 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
|
||||
| `` <s-down> `` | Range select down | |
|
||||
| `` <s-up> `` | Range select up | |
|
||||
| `` / `` | Search the current view by text | |
|
||||
| `` H `` | Scroll left | |
|
||||
| `` L `` | Scroll right | |
|
||||
| `` H `` | Rolar à esquerda | |
|
||||
| `` L `` | Scroll para a direita | |
|
||||
| `` ] `` | Next tab | |
|
||||
| `` [ `` | Previous tab | |
|
||||
|
||||
@ -60,7 +60,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
|
||||
| `` <c-b> `` | Filtrar arquivos por status | |
|
||||
| `` y `` | Copy to clipboard | |
|
||||
| `` c `` | Commit | Submeter mudanças em staging |
|
||||
| `` w `` | Commit changes without pre-commit hook | |
|
||||
| `` w `` | Fazer commit de alterações sem pré-commit | |
|
||||
| `` A `` | Alterar último commit | |
|
||||
| `` C `` | Enviar alteração usando um editor Git | |
|
||||
| `` <c-f> `` | Encontrar commit da base para consertar | Encontre o commit em que as suas mudanças atuais estão se baseando, para alterar/consertar o commit. Isso poupa-te você de ter que olhar pelos commits da sua branch um por um para ver qual commit deve ser alterado/consertado
|
||||
@ -70,19 +70,19 @@ Veja a documentação:
|
||||
| `` o `` | Abrir arquivo | Abrir arquivo no aplicativo padrão. |
|
||||
| `` i `` | Ignore or exclude file | |
|
||||
| `` r `` | Atualizar arquivos | |
|
||||
| `` s `` | Stash | Stash all changes. For other variations of stashing, use the view stash options keybinding. |
|
||||
| `` S `` | View stash options | View stash options (e.g. stash all, stash staged, stash unstaged). |
|
||||
| `` s `` | Stash | Stash todas as alterações. Para outras variações de armazenamento, use a fixação de teclas de armazenamento. |
|
||||
| `` S `` | Ver opções de stash | Ver opções de stash (por exemplo, trash all, stash staged, stash unsttued). |
|
||||
| `` a `` | Stage completo | Alternar para todos os arquivos na árvore de trabalho |
|
||||
| `` <enter> `` | Stage lines / Colapso diretório | Se o item selecionado for um arquivo, o foco na exibição de preparo para o estágio de cenas/linhas individuais. Se o item selecionado for um diretório, recolher/expandi-lo. |
|
||||
| `` d `` | Discard | View options for discarding changes to the selected file. |
|
||||
| `` d `` | Descartar | Exibir opções para descartar alterações para o arquivo selecionado. |
|
||||
| `` g `` | View upstream reset options | |
|
||||
| `` D `` | Reset | View reset options for working tree (e.g. nuking the working tree). |
|
||||
| `` D `` | Restaurar | Opções de redefinição de exibição para árvore de trabalho (por exemplo, nukando a árvore de trabalho). |
|
||||
| `` ` `` | Alternar exibição de árvore de arquivo | Alternar a visualização de arquivo entre layout plano e layout de árvore. Layout plano mostra todos os caminhos de arquivo em uma única lista, layout de árvore agrupa arquivos por diretório. |
|
||||
| `` <c-t> `` | Abrir ferramenta de diff externa (git difftool) | |
|
||||
| `` M `` | Abrir ferramenta de merge externa | Execute `git mergetool`. |
|
||||
| `` f `` | Buscar | Buscar alterações do controle remoto. |
|
||||
| `` - `` | Collapse all files | Collapse all directories in the files tree |
|
||||
| `` = `` | Expand all files | Expand all directories in the file tree |
|
||||
| `` - `` | Recolher todos os arquivos | Recolher todos os diretórios na árvore de arquivos |
|
||||
| `` = `` | Expandir todos os arquivos | Expandir todos os diretórios na árvore do arquivo |
|
||||
| `` / `` | Search the current view by text | |
|
||||
|
||||
## Branches locais
|
||||
@ -98,13 +98,13 @@ Veja a documentação:
|
||||
| `` <c-y> `` | Copiar URL do pull request para área de transferência | |
|
||||
| `` c `` | Checar por nome | Checar por nome. Na caixa de entrada você pode inserir '-' para trocar para a última branch |
|
||||
| `` F `` | Forçar checagem | Forçar checagem da branch selecionada. Isso irá descartar todas as mudanças no seu diretório de trabalho antes cheque a branch selecionada |
|
||||
| `` d `` | Delete | View delete options for local/remote branch. |
|
||||
| `` d `` | Apagar | Ver opções de exclusão para a branch local/remoto. |
|
||||
| `` r `` | Refazer | Refazer a branch checada na branch selecionada |
|
||||
| `` M `` | Mesclar | Ver opções para mesclar o item selecionado no branch atual (mesclar regularmente, mesclar squash) |
|
||||
| `` f `` | Avanço rápido | Encaminhamento rápido de branch selecionada a partir do upstream. |
|
||||
| `` T `` | New tag | |
|
||||
| `` s `` | Sort order | |
|
||||
| `` g `` | Reset | |
|
||||
| `` g `` | Restaurar | |
|
||||
| `` R `` | Rename branch | |
|
||||
| `` u `` | View upstream options | View options relating to the branch's upstream e.g. setting/unsetting the upstream and resetting to the upstream. |
|
||||
| `` <c-t> `` | Abrir ferramenta de diff externa (git difftool) | |
|
||||
@ -121,32 +121,32 @@ Veja a documentação:
|
||||
| `` n `` | Nova branch | |
|
||||
| `` M `` | Mesclar | Ver opções para mesclar o item selecionado no branch atual (mesclar regularmente, mesclar squash) |
|
||||
| `` r `` | Refazer | Refazer a branch checada na branch selecionada |
|
||||
| `` d `` | Delete | Delete the remote branch from the remote. |
|
||||
| `` u `` | Set as upstream | Set the selected remote branch as the upstream of the checked-out branch. |
|
||||
| `` d `` | Apagar | Excluir o branch remoto do controle remoto. |
|
||||
| `` u `` | Definir como upstream | Definir o ramo remoto selecionado como fluxo do branch check-out. |
|
||||
| `` s `` | Sort order | |
|
||||
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
|
||||
| `` g `` | Restaurar | Ver opções de redefinição (soft/mixed/hard) para redefinir para o item selecionado. |
|
||||
| `` <c-t> `` | Abrir ferramenta de diff externa (git difftool) | |
|
||||
| `` <enter> `` | View commits | |
|
||||
| `` w `` | View worktree options | |
|
||||
| `` / `` | Filter the current view by text | |
|
||||
|
||||
## Commit files
|
||||
## Commit arquivos
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | Copy path to clipboard | |
|
||||
| `` y `` | Copy to clipboard | |
|
||||
| `` c `` | Verificar | Checkout file. This replaces the file in your working tree with the version from the selected commit. |
|
||||
| `` d `` | Remove | Discard this commit's changes to this file. This runs an interactive rebase in the background, so you may get a merge conflict if a later commit also changes this file. |
|
||||
| `` c `` | Verificar | Arquivo de check-out. Isso substitui o arquivo em sua árvore de trabalho com a versão do commit selecionado. |
|
||||
| `` d `` | Remover | Descartar as alterações desse commit para este arquivo. Isso executa uma rebase interativa em segundo plano, então você pode ter um conflito de merge se um commit posterior também alterar este arquivo. |
|
||||
| `` o `` | Abrir arquivo | Abrir arquivo no aplicativo padrão. |
|
||||
| `` e `` | Editar | Abrir arquivo no editor externo. |
|
||||
| `` <c-t> `` | Abrir ferramenta de diff externa (git difftool) | |
|
||||
| `` <space> `` | Toggle file included in patch | Toggle whether the file is included in the custom patch. See https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches. |
|
||||
| `` a `` | Toggle all files | Add/remove all commit's files to custom patch. See https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches. |
|
||||
| `` <enter> `` | Enter file / Toggle directory collapsed | If a file is selected, enter the file so that you can add/remove individual lines to the custom patch. If a directory is selected, toggle the directory. |
|
||||
| `` <space> `` | Alternar entre o arquivo incluído no patch | Alternar se o arquivo está incluído no patch personalizado. Veja https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches. |
|
||||
| `` a `` | Alternar todos os arquivos | Adicionar/remover todos os arquivos de commit para atualização personalizada. Consulte https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches. |
|
||||
| `` <enter> `` | Insira o arquivo / Alternar diretório recolhido | Se um arquivo estiver selecionado, insira o arquivo para que você possa adicionar/remover linhas individuais no patch personalizado. Se um diretório for selecionado, ative o diretório. |
|
||||
| `` ` `` | Alternar exibição de árvore de arquivo | Alternar a visualização de arquivo entre layout plano e layout de árvore. Layout plano mostra todos os caminhos de arquivo em uma única lista, layout de árvore agrupa arquivos por diretório. |
|
||||
| `` - `` | Collapse all files | Collapse all directories in the files tree |
|
||||
| `` = `` | Expand all files | Expand all directories in the file tree |
|
||||
| `` - `` | Recolher todos os arquivos | Recolher todos os diretórios na árvore de arquivos |
|
||||
| `` = `` | Expandir todos os arquivos | Expandir todos os diretórios na árvore do arquivo |
|
||||
| `` / `` | Search the current view by text | |
|
||||
|
||||
## Commits
|
||||
@ -165,8 +165,8 @@ Veja a documentação:
|
||||
| `` i `` | Start interactive rebase | Start an interactive rebase for the commits on your branch. This will include all commits from the HEAD commit down to the first merge commit or main branch commit.
|
||||
If you would instead like to start an interactive rebase from the selected commit, press `e`. |
|
||||
| `` p `` | Escolher | Marque o commit selecionado para ser escolhido (quando meados da base). Isso significa que o commit será mantido ao continuar o rebase. |
|
||||
| `` F `` | Create fixup commit | Create 'fixup!' commit for the selected commit. Later on, you can press `S` on this same commit to apply all above fixup commits. |
|
||||
| `` S `` | Apply fixup commits | Squash all 'fixup!' commits, either above the selected commit, or all in current branch (autosquash). |
|
||||
| `` F `` | Criar commit de correção | Crie o commit 'correção!' para o commit selecionado. Mais tarde, você pode pressionar `S` neste mesmo commit para aplicar todas os commits de correção acima. |
|
||||
| `` S `` | Aplicar commits de correções | Aplicar Squash all 'correção!', seja acima do commit selecionado, ou tudo no branch atual (autosquash). |
|
||||
| `` <c-j> `` | Mover commit um para baixo | |
|
||||
| `` <c-k> `` | Mover o commit um para cima | |
|
||||
| `` V `` | Colar (cherry-pick) | |
|
||||
@ -180,11 +180,11 @@ If you would instead like to start an interactive rebase from the selected commi
|
||||
| `` y `` | Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
|
||||
| `` o `` | Open commit in browser | |
|
||||
| `` n `` | Create new branch off of commit | |
|
||||
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
|
||||
| `` g `` | Restaurar | Ver opções de redefinição (soft/mixed/hard) para redefinir para o item selecionado. |
|
||||
| `` C `` | Copiar (cherry-pick) | Marcar commit como copiado. Então, dentro da visualização local de commits, você pode pressionar `V` para colar (cherry-pick) o(s) commit(s) copiado(s) em seu branch de check-out. A qualquer momento você pode pressionar `<esc>` para cancelar a seleção. |
|
||||
| `` <c-t> `` | Abrir ferramenta de diff externa (git difftool) | |
|
||||
| `` * `` | Select commits of current branch | |
|
||||
| `` <enter> `` | View files | |
|
||||
| `` <enter> `` | Ver arquivos | |
|
||||
| `` w `` | View worktree options | |
|
||||
| `` / `` | Search the current view by text | |
|
||||
|
||||
@ -202,9 +202,9 @@ If you would instead like to start an interactive rebase from the selected commi
|
||||
| `` <c-o> `` | Copy tag to clipboard | |
|
||||
| `` <space> `` | Verificar | Checar a tag selecionada como um HEAD, desanexado |
|
||||
| `` n `` | New tag | Create new tag from current commit. You'll be prompted to enter a tag name and optional description. |
|
||||
| `` d `` | Delete | View delete options for local/remote tag. |
|
||||
| `` d `` | Apagar | Ver opções de exclusão para tag local/remoto. |
|
||||
| `` P `` | Push tag | Push the selected tag to a remote. You'll be prompted to select a remote. |
|
||||
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
|
||||
| `` g `` | Restaurar | Ver opções de redefinição (soft/mixed/hard) para redefinir para o item selecionado. |
|
||||
| `` <c-t> `` | Abrir ferramenta de diff externa (git difftool) | |
|
||||
| `` <enter> `` | View commits | |
|
||||
| `` w `` | View worktree options | |
|
||||
@ -222,15 +222,15 @@ If you would instead like to start an interactive rebase from the selected commi
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` mouse wheel down (fn+up) `` | Scroll down | |
|
||||
| `` mouse wheel up (fn+down) `` | Scroll up | |
|
||||
| `` mouse wheel down (fn+up) `` | Rolar para baixo | |
|
||||
| `` mouse wheel up (fn+down) `` | Rolar para cima | |
|
||||
|
||||
## Painel Principal (preparação)
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <left> `` | Go to previous hunk | |
|
||||
| `` <right> `` | Go to next hunk | |
|
||||
| `` <left> `` | Ir para o local anterior | |
|
||||
| `` <right> `` | Ir para o próximo trecho | |
|
||||
| `` v `` | Toggle range select | |
|
||||
| `` a `` | Selecione o local | Ativa/desativa modo seleção de hunk |
|
||||
| `` <c-o> `` | Copy selected text to clipboard | |
|
||||
@ -242,7 +242,7 @@ If you would instead like to start an interactive rebase from the selected commi
|
||||
| `` <tab> `` | Mudar de visão | Alternar para outra visão (staged/não processadas alterações). |
|
||||
| `` E `` | Editar hunk | Editar o local selecionado no editor externo. |
|
||||
| `` c `` | Commit | Submeter mudanças em staging |
|
||||
| `` w `` | Commit changes without pre-commit hook | |
|
||||
| `` w `` | Fazer commit de alterações sem pré-commit | |
|
||||
| `` C `` | Enviar alteração usando um editor Git | |
|
||||
| `` <c-f> `` | Encontrar commit da base para consertar | Encontre o commit em que as suas mudanças atuais estão se baseando, para alterar/consertar o commit. Isso poupa-te você de ter que olhar pelos commits da sua branch um por um para ver qual commit deve ser alterado/consertado
|
||||
Veja a documentação:
|
||||
@ -255,10 +255,10 @@ Veja a documentação:
|
||||
|-----|--------|-------------|
|
||||
| `` <space> `` | Escolha o local | |
|
||||
| `` b `` | Pegar todos os pedaços | |
|
||||
| `` <up> `` | Previous hunk | |
|
||||
| `` <down> `` | Next hunk | |
|
||||
| `` <left> `` | Previous conflict | |
|
||||
| `` <right> `` | Next conflict | |
|
||||
| `` <up> `` | Trecho anterior | |
|
||||
| `` <down> `` | Próximo trecho | |
|
||||
| `` <left> `` | Conflito anterior | |
|
||||
| `` <right> `` | Próximo conflito | |
|
||||
| `` z `` | Desfazer | Desfazer resolução de conflitos de última mesclagem. |
|
||||
| `` e `` | Editar arquivo | Abrir arquivo no editor externo. |
|
||||
| `` o `` | Abrir arquivo | Abrir arquivo no aplicativo padrão. |
|
||||
@ -269,15 +269,15 @@ Veja a documentação:
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <left> `` | Go to previous hunk | |
|
||||
| `` <right> `` | Go to next hunk | |
|
||||
| `` <left> `` | Ir para o local anterior | |
|
||||
| `` <right> `` | Ir para o próximo trecho | |
|
||||
| `` v `` | Toggle range select | |
|
||||
| `` a `` | Selecione o local | Ativa/desativa modo seleção de hunk |
|
||||
| `` <c-o> `` | Copy selected text to clipboard | |
|
||||
| `` o `` | Abrir arquivo | Abrir arquivo no aplicativo padrão. |
|
||||
| `` e `` | Editar arquivo | Abrir arquivo no editor externo. |
|
||||
| `` <space> `` | Alternar linhas no caminho | |
|
||||
| `` <esc> `` | Exit custom patch builder | |
|
||||
| `` <esc> `` | Sair do construtor de patch personalizado | |
|
||||
| `` / `` | Search the current view by text | |
|
||||
|
||||
## Reflog
|
||||
@ -289,7 +289,7 @@ Veja a documentação:
|
||||
| `` y `` | Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
|
||||
| `` o `` | Open commit in browser | |
|
||||
| `` n `` | Create new branch off of commit | |
|
||||
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
|
||||
| `` g `` | Restaurar | Ver opções de redefinição (soft/mixed/hard) para redefinir para o item selecionado. |
|
||||
| `` C `` | Copiar (cherry-pick) | Marcar commit como copiado. Então, dentro da visualização local de commits, você pode pressionar `V` para colar (cherry-pick) o(s) commit(s) copiado(s) em seu branch de check-out. A qualquer momento você pode pressionar `<esc>` para cancelar a seleção. |
|
||||
| `` <c-r> `` | Reset copied (cherry-picked) commits selection | |
|
||||
| `` <c-t> `` | Abrir ferramenta de diff externa (git difftool) | |
|
||||
@ -302,9 +302,9 @@ Veja a documentação:
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <enter> `` | View branches | |
|
||||
| `` n `` | New remote | |
|
||||
| `` d `` | Remove | Remove the selected remote. Any local branches tracking a remote branch from the remote will be unaffected. |
|
||||
| `` <enter> `` | Ver branches | |
|
||||
| `` n `` | Novo controle | |
|
||||
| `` d `` | Remover | Remover o controle remoto. Quaisquer ramificações locais de rastreamento de um ramo remoto do controle não serão afetadas. |
|
||||
| `` e `` | Editar | Edit the selected remote's name or URL. |
|
||||
| `` f `` | Buscar | Fetch updates from the remote repository. This retrieves new commits and branches without merging them into your local branches. |
|
||||
| `` / `` | Filter the current view by text | |
|
||||
@ -318,7 +318,7 @@ Veja a documentação:
|
||||
| `` d `` | Descartar | Remova a entrada do stash da lista de armazenamento. |
|
||||
| `` n `` | Nova branch | Criar um novo ramo a partir da entrada de lixo selecionada. Isso funciona verificando o commit do qual a entrada de lixo foi criada, criar um novo branch a partir desse commit e, em seguida, aplicar a entrada de lixo ao novo branch como um commit adicional. |
|
||||
| `` r `` | Renomear o stasj | |
|
||||
| `` <enter> `` | View files | |
|
||||
| `` <enter> `` | Ver arquivos | |
|
||||
| `` w `` | View worktree options | |
|
||||
| `` / `` | Filter the current view by text | |
|
||||
|
||||
@ -330,7 +330,7 @@ Veja a documentação:
|
||||
| `` e `` | Editar arquivo de configuração | Abrir arquivo no editor externo. |
|
||||
| `` u `` | Verificar atualização | |
|
||||
| `` <enter> `` | Mudar para um repositório recente | |
|
||||
| `` a `` | Mostrar todos os logs da branch | |
|
||||
| `` a `` | Mostrar/ciclo todos os logs de filiais | |
|
||||
|
||||
## Sub-commits
|
||||
|
||||
@ -341,12 +341,12 @@ Veja a documentação:
|
||||
| `` y `` | Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
|
||||
| `` o `` | Open commit in browser | |
|
||||
| `` n `` | Create new branch off of commit | |
|
||||
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
|
||||
| `` g `` | Restaurar | Ver opções de redefinição (soft/mixed/hard) para redefinir para o item selecionado. |
|
||||
| `` C `` | Copiar (cherry-pick) | Marcar commit como copiado. Então, dentro da visualização local de commits, você pode pressionar `V` para colar (cherry-pick) o(s) commit(s) copiado(s) em seu branch de check-out. A qualquer momento você pode pressionar `<esc>` para cancelar a seleção. |
|
||||
| `` <c-r> `` | Reset copied (cherry-picked) commits selection | |
|
||||
| `` <c-t> `` | Abrir ferramenta de diff externa (git difftool) | |
|
||||
| `` * `` | Select commits of current branch | |
|
||||
| `` <enter> `` | View files | |
|
||||
| `` <enter> `` | Ver arquivos | |
|
||||
| `` w `` | View worktree options | |
|
||||
| `` / `` | Search the current view by text | |
|
||||
|
||||
@ -356,7 +356,7 @@ Veja a documentação:
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | Copy submodule name to clipboard | |
|
||||
| `` <enter> `` | Enter | Enter submodule. After entering the submodule, you can press `<esc>` to escape back to the parent repo. |
|
||||
| `` d `` | Remove | Remove the selected submodule and its corresponding directory. |
|
||||
| `` d `` | Remover | Remove the selected submodule and its corresponding directory. |
|
||||
| `` u `` | Update | Update selected submodule. |
|
||||
| `` n `` | New submodule | |
|
||||
| `` e `` | Update submodule URL | |
|
||||
@ -378,5 +378,5 @@ Veja a documentação:
|
||||
| `` n `` | New worktree | |
|
||||
| `` <space> `` | Switch | Switch to the selected worktree. |
|
||||
| `` o `` | Abrir no editor | |
|
||||
| `` d `` | Remove | Remove the selected worktree. This will both delete the worktree's directory, as well as metadata about the worktree in the .git directory. |
|
||||
| `` d `` | Remover | Remove the selected worktree. This will both delete the worktree's directory, as well as metadata about the worktree in the .git directory. |
|
||||
| `` / `` | Filter the current view by text | |
|
||||
|
@ -286,7 +286,7 @@ If you would instead like to start an interactive rebase from the selected commi
|
||||
| `` e `` | Редактировать файл конфигурации | Open file in external editor. |
|
||||
| `` u `` | Проверить обновления | |
|
||||
| `` <enter> `` | Переключиться на последний репозиторий | |
|
||||
| `` a `` | Показать все логи ветки | |
|
||||
| `` a `` | Show/cycle all branch logs | |
|
||||
|
||||
## Теги
|
||||
|
||||
|
@ -18,7 +18,7 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
| `` ( `` | Decrease rename similarity threshold | Decrease the similarity threshold for a deletion and addition pair to be treated as a rename. |
|
||||
| `` } `` | 扩大差异视图中显示的上下文范围 | 增加diff视图中围绕更改显示的上下文数量 |
|
||||
| `` { `` | 缩小差异视图中显示的上下文范围 | 减少diff视图中围绕更改显示的上下文数量 |
|
||||
| `` : `` | Execute shell command | Bring up a prompt where you can enter a shell command to execute. |
|
||||
| `` : `` | 执行 Shell 命令 | Bring up a prompt where you can enter a shell command to execute. |
|
||||
| `` <c-p> `` | 查看自定义补丁选项 | |
|
||||
| `` m `` | 查看 合并/变基 选项 | 查看当前合并或变基的中止、继续、跳过选项 |
|
||||
| `` R `` | 刷新 | 刷新git状态(即在后台上运行`git status`,`git branch`等命令以更新面板内容) 不会运行`git fetch` |
|
||||
@ -31,8 +31,8 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
| `` q `` | 退出 | |
|
||||
| `` <esc> `` | 取消 | |
|
||||
| `` <c-w> `` | 切换是否在差异视图中显示空白字符差异 | 切换是否在diff视图中显示空白更改 |
|
||||
| `` z `` | (通过 reflog)撤销「实验功能」 | Reflog将用于确定运行哪个git命令来撤消最后一个git命令。这并不包括对工作树的更改,只考虑提交。 |
|
||||
| `` <c-z> `` | (通过 reflog)重做「实验功能」 | Reflog将用于确定运行哪个git命令来重做上一个git命令。这并不包括对工作树的更改,只考虑提交。 |
|
||||
| `` z `` | 撤销 | Reflog将用于确定运行哪个git命令来撤消最后一个git命令。这并不包括对工作树的更改,只考虑提交。 |
|
||||
| `` <c-z> `` | 重做 | Reflog将用于确定运行哪个git命令来重做上一个git命令。这并不包括对工作树的更改,只考虑提交。 |
|
||||
|
||||
## 列表面板导航
|
||||
|
||||
@ -51,7 +51,7 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
| `` ] `` | 下一个标签 | |
|
||||
| `` [ `` | 上一个标签 | |
|
||||
|
||||
## Reflog 页面
|
||||
## Reflog
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
@ -69,33 +69,6 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
| `` w `` | 查看工作区选项 | |
|
||||
| `` / `` | 通过文本过滤当前视图 | |
|
||||
|
||||
## 分支页面
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | 将分支名称复制到剪贴板 | |
|
||||
| `` i `` | 显示 git-flow 选项 | |
|
||||
| `` <space> `` | 检出 | 检出选中的项目 |
|
||||
| `` n `` | 新分支 | |
|
||||
| `` o `` | 创建拉取请求 | |
|
||||
| `` O `` | 创建拉取请求选项 | |
|
||||
| `` <c-y> `` | 将拉取请求 URL 复制到剪贴板 | |
|
||||
| `` c `` | 按名称检出 | 按名称检出。在输入框中,您可以输入'-' 来切换到最后一个分支。 |
|
||||
| `` F `` | 强制检出 | 强制检出所选分支。这将在检出所选分支之前放弃工作目录中的所有本地更改。 |
|
||||
| `` d `` | 删除 | 查看本地/远程分支的删除选项 |
|
||||
| `` r `` | 将已检出的分支变基到该分支 | 将检出的分支变基到所选的分支上。 |
|
||||
| `` M `` | 合并到当前检出的分支 | Merge selected branch into currently checked out branch. |
|
||||
| `` f `` | 从上游快进此分支 | 将当前分支直接移动到远程追踪分支的最新提交 |
|
||||
| `` T `` | 创建标签 | |
|
||||
| `` s `` | 排序 | |
|
||||
| `` g `` | 查看重置选项 | |
|
||||
| `` R `` | 重命名分支 | |
|
||||
| `` u `` | 查看上游选项 | 查看与分支上游相关的选项,例如设置/取消设置上游和重置为上游。 |
|
||||
| `` <c-t> `` | 使用外部差异比较工具(git difftool) | |
|
||||
| `` <enter> `` | 查看提交 | |
|
||||
| `` w `` | 查看工作区选项 | |
|
||||
| `` / `` | 通过文本过滤当前视图 | |
|
||||
|
||||
## 子提交
|
||||
|
||||
| Key | Action | Info |
|
||||
@ -146,16 +119,16 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
| `` <c-r> `` | 重置已拣选(复制)的提交 | |
|
||||
| `` b `` | 查看二分查找选项 | |
|
||||
| `` s `` | 压缩(Squash) | 将已选提交压缩到该提交之下。这些选定的提交的消息会附加到该提交的消息之下。 |
|
||||
| `` f `` | 修正(fixup) | 将选定的提交合并到其下面的提交中。与压缩类似,但所选提交的消息将被丢弃。 |
|
||||
| `` f `` | 修正 (fixup) | 将选定的提交合并到其下面的提交中。与压缩类似,但所选提交的消息将被丢弃。 |
|
||||
| `` r `` | 改写提交 | 重写所选提交的消息。 |
|
||||
| `` R `` | 使用编辑器重命名提交 | |
|
||||
| `` d `` | 删除提交 | 删除选中的提交。这将通过变基从分支中删除该提交,如果该提交修改的内容依赖于后续的提交,则需要解决合并冲突。 |
|
||||
| `` e `` | 编辑(开始交互式变基) | 编辑提交 |
|
||||
| `` i `` | 开始交互式变基 | 为分支上的提交启动交互式变基。这将包括从 HEAD 提交到第一个合并提交或主分支提交的所有提交。
|
||||
如果您想从所选提交启动交互式变基,请按 `e`。 |
|
||||
| `` p `` | 拣选(Pick) | 选择提交(变基过程中) |
|
||||
| `` p `` | 拣选(Pick) | 标记选中的提交为 picked(变基过程中)。这意味该提交将在后续的变基中保留。 |
|
||||
| `` F `` | 为此提交创建修正 | 创建修正提交 |
|
||||
| `` S `` | 应用该修复提交 | 压缩在所选提交之上的所有“fixup!”提交(自动压缩) |
|
||||
| `` S `` | 应用该修复提交 | 压缩所选提交之上或当前分支的所有 “fixup!” 提交(自动压缩)。 |
|
||||
| `` <c-j> `` | 下移提交 | |
|
||||
| `` <c-k> `` | 上移提交 | |
|
||||
| `` V `` | 粘贴提交(拣选) | |
|
||||
@ -199,8 +172,8 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
| `` a `` | 操作所有文件 | 添加或删除所有提交中的文件到自定义的补丁中。请参阅 https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches。 |
|
||||
| `` <enter> `` | 输入文件以将所选行添加到补丁中(或切换目录折叠) | 如果已选择一个文件,则Enter进入该文件,以便您可以向自定义补丁添加/删除单独的行。如果选择了目录,则切换目录。 |
|
||||
| `` ` `` | 切换文件树视图 | 在平铺部署与树布局之间切换文件视图。平铺布局在一个列表中展示所有文件路径,树布局则根据目录分组展示。 |
|
||||
| `` - `` | Collapse all files | Collapse all directories in the files tree |
|
||||
| `` = `` | Expand all files | Expand all directories in the file tree |
|
||||
| `` - `` | 折叠全部文件 | 折叠文件树中的全部目录 |
|
||||
| `` = `` | 展开全部文件 | 展开文件树中的全部目录 |
|
||||
| `` / `` | 开始搜索 | |
|
||||
|
||||
## 文件
|
||||
@ -214,7 +187,7 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
| `` c `` | 提交变更 | 提交暂存文件 |
|
||||
| `` w `` | 提交变更而无需预先提交钩子 | |
|
||||
| `` A `` | 修补最后一次提交 | |
|
||||
| `` C `` | 提交变更(使用编辑器编辑提交信息) | |
|
||||
| `` C `` | 使用 Git 编辑器提交变更 | |
|
||||
| `` <c-f> `` | 找到用于修复的基准提交 | 找到您当前变更所基于的提交,以便于修正/改进该提交。这样做可以省去您逐一查看分支提交来确定应该修正/改进哪个提交的麻烦。请参阅文档: <https://github.com/jesseduffield/lazygit/tree/master/docs/Fixup_Commits.md> |
|
||||
| `` e `` | 编辑 | 使用外部编辑器打开文件 |
|
||||
| `` o `` | 打开文件 | 使用默认程序打开该文件 |
|
||||
@ -231,10 +204,37 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
| `` <c-t> `` | 使用外部差异比较工具(git difftool) | |
|
||||
| `` M `` | 打开外部合并工具(git mergetool) | 执行 `git mergetool`. |
|
||||
| `` f `` | 抓取 | 从远程获取变更 |
|
||||
| `` - `` | Collapse all files | Collapse all directories in the files tree |
|
||||
| `` = `` | Expand all files | Expand all directories in the file tree |
|
||||
| `` - `` | 折叠全部文件 | 折叠文件树中的全部目录 |
|
||||
| `` = `` | 展开全部文件 | 展开文件树中的全部目录 |
|
||||
| `` / `` | 开始搜索 | |
|
||||
|
||||
## 本地分支
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | 将分支名称复制到剪贴板 | |
|
||||
| `` i `` | 显示 git-flow 选项 | |
|
||||
| `` <space> `` | 检出 | 检出选中的项目 |
|
||||
| `` n `` | 新分支 | |
|
||||
| `` o `` | 创建拉取请求 | |
|
||||
| `` O `` | 创建拉取请求选项 | |
|
||||
| `` <c-y> `` | 将拉取请求 URL 复制到剪贴板 | |
|
||||
| `` c `` | 按名称检出 | 按名称检出。在输入框中,您可以输入'-' 来切换到最后一个分支。 |
|
||||
| `` F `` | 强制检出 | 强制检出所选分支。这将在检出所选分支之前放弃工作目录中的所有本地更改。 |
|
||||
| `` d `` | 删除 | 查看本地/远程分支的删除选项 |
|
||||
| `` r `` | 将已检出的分支变基到该分支 | 将检出的分支变基到所选的分支上。 |
|
||||
| `` M `` | 合并到当前检出的分支 | Merge selected branch into currently checked out branch. |
|
||||
| `` f `` | 从上游快进此分支 | 将当前分支直接移动到远程追踪分支的最新提交 |
|
||||
| `` T `` | 创建标签 | |
|
||||
| `` s `` | 排序 | |
|
||||
| `` g `` | 查看重置选项 | |
|
||||
| `` R `` | 重命名分支 | |
|
||||
| `` u `` | 查看上游选项 | 查看与分支上游相关的选项,例如设置/取消设置上游和重置为上游。 |
|
||||
| `` <c-t> `` | 使用外部差异比较工具(git difftool) | |
|
||||
| `` <enter> `` | 查看提交 | |
|
||||
| `` w `` | 查看工作区选项 | |
|
||||
| `` / `` | 通过文本过滤当前视图 | |
|
||||
|
||||
## 构建补丁中
|
||||
|
||||
| Key | Action | Info |
|
||||
@ -250,11 +250,11 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
| `` <esc> `` | 退出逐行模式 | |
|
||||
| `` / `` | 开始搜索 | |
|
||||
|
||||
## 标签页面
|
||||
## 标签
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <c-o> `` | Copy tag to clipboard | |
|
||||
| `` <c-o> `` | 将标签复制到剪贴板 | |
|
||||
| `` <space> `` | 检出 | 检出选择的标签作为分离的HEAD |
|
||||
| `` n `` | 创建标签 | 基于当前提交创建一个新标签。你将在弹窗中输入标签名称和描述(可选)。 |
|
||||
| `` d `` | 删除 | 查看本地/远程标签的删除选项 |
|
||||
@ -299,7 +299,7 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
| `` E `` | 编辑代码块 | 在外部编辑器中编辑选中的代码块 |
|
||||
| `` c `` | 提交变更 | 提交暂存文件 |
|
||||
| `` w `` | 提交变更而无需预先提交钩子 | |
|
||||
| `` C `` | 提交变更(使用编辑器编辑提交信息) | |
|
||||
| `` C `` | 使用 Git 编辑器提交变更 | |
|
||||
| `` <c-f> `` | 找到用于修复的基准提交 | 找到您当前变更所基于的提交,以便于修正/改进该提交。这样做可以省去您逐一查看分支提交来确定应该修正/改进哪个提交的麻烦。请参阅文档: <https://github.com/jesseduffield/lazygit/tree/master/docs/Fixup_Commits.md> |
|
||||
| `` / `` | 开始搜索 | |
|
||||
|
||||
@ -318,7 +318,7 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
| `` e `` | 编辑配置文件 | 使用外部编辑器打开文件 |
|
||||
| `` u `` | 检查更新 | |
|
||||
| `` <enter> `` | 切换到最近的仓库 | |
|
||||
| `` a `` | 显示所有分支的日志 | |
|
||||
| `` a `` | Show/cycle all branch logs | |
|
||||
|
||||
## 确认面板
|
||||
|
||||
@ -348,6 +348,17 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
| `` w `` | 查看工作区选项 | |
|
||||
| `` / `` | 通过文本过滤当前视图 | |
|
||||
|
||||
## 远程
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <enter> `` | 查看分支 | |
|
||||
| `` n `` | 添加新的远程仓库 | |
|
||||
| `` d `` | 删除 | 删除选中的远程。从远程跟踪远程分支的任何本地分支都不会受到影响。 |
|
||||
| `` e `` | 编辑 | 编辑远程仓库 |
|
||||
| `` f `` | 抓取 | 抓取远程仓库 |
|
||||
| `` / `` | 通过文本过滤当前视图 | |
|
||||
|
||||
## 远程分支
|
||||
|
||||
| Key | Action | Info |
|
||||
@ -365,14 +376,3 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
|
||||
| `` <enter> `` | 查看提交 | |
|
||||
| `` w `` | 查看工作区选项 | |
|
||||
| `` / `` | 通过文本过滤当前视图 | |
|
||||
|
||||
## 远程页面
|
||||
|
||||
| Key | Action | Info |
|
||||
|-----|--------|-------------|
|
||||
| `` <enter> `` | 查看分支 | |
|
||||
| `` n `` | 添加新的远程仓库 | |
|
||||
| `` d `` | 删除 | 删除选中的远程。从远程跟踪远程分支的任何本地分支都不会受到影响。 |
|
||||
| `` e `` | 编辑 | 编辑远程仓库 |
|
||||
| `` f `` | 抓取 | 抓取远程仓库 |
|
||||
| `` / `` | 通过文本过滤当前视图 | |
|
||||
|
@ -339,7 +339,7 @@ If you would instead like to start an interactive rebase from the selected commi
|
||||
| `` e `` | 編輯設定檔案 | 使用外部編輯器開啟 |
|
||||
| `` u `` | 檢查更新 | |
|
||||
| `` <enter> `` | 切換到最近使用的版本庫 | |
|
||||
| `` a `` | 顯示所有分支日誌 | |
|
||||
| `` a `` | Show/cycle all branch logs | |
|
||||
|
||||
## 確認面板
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
"FilesTitle": "ファイル",
|
||||
"BranchesTitle": "ブランチ",
|
||||
"CommitsTitle": "コミット",
|
||||
"EasterEgg": "イースターエッグ",
|
||||
"UnstagedChanges": "ステージされていない変更",
|
||||
"StagedChanges": "ステージされた変更",
|
||||
"MainTitle": "メイン",
|
||||
@ -35,16 +36,22 @@
|
||||
"FileFilter": "ファイルをフィルタ (ステージ/アンステージ)",
|
||||
"FilterStagedFiles": "ステージされたファイルのみを表示",
|
||||
"FilterUnstagedFiles": "ステージされていないファイルのみを表示",
|
||||
"ResetFilter": "フィルタをリセット",
|
||||
"MergeConflictsTitle": "マージコンフリクト",
|
||||
"Checkout": "チェックアウト",
|
||||
"NoChangedFiles": "変更されたファイルはありません",
|
||||
"SoftReset": "Softリセット",
|
||||
"AlreadyCheckedOutBranch": "ブランチはすでにチェックアウトされています。",
|
||||
"BranchName": "ブランチ名",
|
||||
"NewBranchNameBranchOff": "新規ブランチ名 ('{{.branchName}}' に作成)",
|
||||
"CantDeleteCheckOutBranch": "チェックアウト中のブランチは削除できません!",
|
||||
"DeleteLocalBranch": "ローカルブランチを削除",
|
||||
"DeleteLocalBranches": "ローカルブランチを削除",
|
||||
"DeleteRemoteBranchOption": "リモートブランチを削除",
|
||||
"ForceDeleteBranchTitle": "強制的にブランチを削除",
|
||||
"CantRebaseOntoSelf": "ブランチを自分自身にリベースすることはできません。",
|
||||
"CantMergeBranchIntoItself": "ブランチを自分自身にマージすることはできません。",
|
||||
"ForceCheckout": "強制的にチェックアウト",
|
||||
"RemoteBranchCheckoutTitle": "{{.branchName}} をチェックアウト",
|
||||
"NewBranch": "新しいブランチを作成",
|
||||
"NoBranchesThisRepo": "リポジトリにブランチが存在しません",
|
||||
"CommitWithoutMessageErr": "コミットメッセージを入力してください",
|
||||
@ -52,6 +59,8 @@
|
||||
"CloseCancel": "閉じる/キャンセル",
|
||||
"Confirm": "確認",
|
||||
"Quit": "終了",
|
||||
"Pick": "選択",
|
||||
"Edit": "編集",
|
||||
"RevertCommit": "コミットをrevert",
|
||||
"Reword": "コミットメッセージを変更",
|
||||
"DropCommit": "コミットを削除",
|
||||
@ -67,7 +76,6 @@
|
||||
"Apply": "適用",
|
||||
"NoStashEntries": "Stashが存在しません",
|
||||
"StashDrop": "Stashを削除",
|
||||
"SureDropStashEntry": "Stashを削除します。よろしいですか?",
|
||||
"StashPop": "Stashをpop",
|
||||
"SurePopStashEntry": "Stashをpopします。よろしいですか?",
|
||||
"StashApply": "Stashを適用",
|
||||
@ -102,7 +110,6 @@
|
||||
"Merge": "現在のブランチにマージ",
|
||||
"ConfirmQuit": "終了します。よろしいですか?",
|
||||
"SwitchRepo": "最近使用したリポジトリに切り替え",
|
||||
"AllBranchesLogGraph": "すべてのブランチログを表示",
|
||||
"UnsupportedGitService": "サポートされていないGitサービスです。",
|
||||
"CopyPullRequestURL": "Pull RequestのURLをクリップボードにコピー",
|
||||
"NoBranchOnRemote": "ブランチがリモートに存在しません。リモートにpushしてください。",
|
||||
@ -158,8 +165,6 @@
|
||||
"HardReset": "hardリセット",
|
||||
"CreateFixupCommit": "Fixupコミットを作成",
|
||||
"CreateFixupCommitTooltip": "このコミットに対するfixupコミットを作成",
|
||||
"ExecuteCustomCommand": "カスタムコマンドを実行",
|
||||
"CustomCommand": "カスタムコマンド:",
|
||||
"CommitChangesWithoutHook": "pre-commitフックを実行せずに変更をコミット",
|
||||
"PressEnterToReturn": "Enterを入力してください",
|
||||
"StashAllChanges": "変更をstash",
|
||||
@ -177,9 +182,7 @@
|
||||
"EditRemoteName": "{{.remoteName}} の新しいリモート名を入力:",
|
||||
"EditRemoteUrl": "{{.remoteName}} の新しいリモートURLを入力:",
|
||||
"RemoveRemote": "リモートを削除",
|
||||
"RemoveRemotePrompt": "リモートを削除します。よろしいですか?",
|
||||
"DeleteRemoteBranch": "リモートブランチを削除",
|
||||
"DeleteRemoteBranchMessage": "リモートブランチを削除します。よろしいですか",
|
||||
"EditRemoteTooltip": "リモートを編集",
|
||||
"TagCommit": "タグを作成",
|
||||
"TagMenuTitle": "タグを作成",
|
||||
@ -237,7 +240,6 @@
|
||||
"CreateNewBranchFromCommit": "コミットにブランチを作成",
|
||||
"BuildingPatch": "パッチを構築",
|
||||
"ViewCommits": "コミットを閲覧",
|
||||
"MinGitVersionError": "Lazygitの実行にはGit 2.20以降のバージョンが必要です。Gitを更新してください。もしくは、lazygitの後方互換性を改善するために https://github.com/jesseduffield/lazygit/issues にissueを作成してください。",
|
||||
"RunningCustomCommandStatus": "カスタムコマンドを実行",
|
||||
"EnterSubmoduleTooltip": "サブモジュールを開く",
|
||||
"CopySubmoduleNameToClipboard": "サブモジュール名をクリップボードにコピー",
|
||||
@ -298,7 +300,6 @@
|
||||
"CheckoutTag": "タグをチェックアウト",
|
||||
"CheckoutBranch": "ブランチをチェックアウト",
|
||||
"ForceCheckoutBranch": "ブランチを強制的にチェックアウト",
|
||||
"DeleteBranch": "ブランチを削除",
|
||||
"Merge": "マージ",
|
||||
"RenameBranch": "ブランチ名を変更",
|
||||
"CreateBranch": "ブランチを作成",
|
||||
|
@ -40,7 +40,6 @@
|
||||
"FileFilter": "파일을 필터하기 (Staged/unstaged)",
|
||||
"CopyToClipboardMenu": "클립보드에 복사",
|
||||
"CopyFileName": "파일명",
|
||||
"CopyFilePath": "경로",
|
||||
"CopySelectedDiff": "선택한 파일의 변경점",
|
||||
"CopyAllFilesDiff": "모든 파일의 변경점",
|
||||
"NoContentToCopyError": "복사 대상이 없습니다",
|
||||
@ -50,7 +49,6 @@
|
||||
"AllFilesDiffCopiedToast": "모든 파일의 변경점을 클립보드에 복사했습니다.",
|
||||
"FilterStagedFiles": "Staged된 파일만 표시",
|
||||
"FilterUnstagedFiles": "Stage되지 않은 파일만 표시",
|
||||
"ResetFilter": "필터 리셋",
|
||||
"MergeConflictsTitle": "병합 충돌 내용",
|
||||
"Checkout": "체크아웃",
|
||||
"NoChangedFiles": "변경된 파일이 없습니다.",
|
||||
@ -100,7 +98,6 @@
|
||||
"Apply": "적용",
|
||||
"NoStashEntries": "Stash가 존재하지 않습니다.",
|
||||
"StashDrop": "Stash를 삭제",
|
||||
"SureDropStashEntry": "정말로 Stash를 삭제하시겠습니까?",
|
||||
"StashPop": "Stash를 pop",
|
||||
"SurePopStashEntry": "정말로 Stash를 pop하시겠습니까?",
|
||||
"StashApply": "Stash 적용",
|
||||
@ -137,12 +134,9 @@
|
||||
"Merge": "현재 브랜치에 병합",
|
||||
"ConfirmQuit": "정말로 종료하시겠습니까?",
|
||||
"SwitchRepo": "최근에 사용한 저장소로 전환",
|
||||
"AllBranchesLogGraph": "모든 브랜치 로그 표시",
|
||||
"UnsupportedGitService": "지원되지 않는 Git 서비스입니다.",
|
||||
"CopyPullRequestURL": "풀 리퀘스트 URL을 클립보드에 복사",
|
||||
"NoBranchOnRemote": "브랜치가 원격에 없습니다. 원격에 먼저 푸시해야합니다.",
|
||||
"NoAutomaticGitFetchTitle": "자동 git 업데이트) 없음",
|
||||
"NoAutomaticGitFetchBody": "Lazygit은 private 저장소에서 \"git fetch\"를 사용할 수 없습니다. 파일 패널에서 'f'를 사용하여 \"git fetch\"를 수동으로 실행하세요.",
|
||||
"FileEnter": "Stage individual hunks/lines for file, or collapse/expand for directory",
|
||||
"FileStagingRequirements": "추적된 파일에 대해 개별 라인만 stage할 수 있습니다.",
|
||||
"StageSelectionTooltip": "선택한 행을 staged / unstaged",
|
||||
@ -168,7 +162,6 @@
|
||||
"YouAreHere": "현재 위치",
|
||||
"CherryPickCopy": "커밋을 복사 (cherry-pick)",
|
||||
"PasteCommits": "커밋을 붙여넣기 (cherry-pick)",
|
||||
"SureCherryPick": "정말로 복사한 커밋을 이 브랜치에 체리픽하시겠습니까?",
|
||||
"CherryPick": "체리픽",
|
||||
"Donate": "후원",
|
||||
"AskQuestion": "질문하기",
|
||||
@ -228,9 +221,7 @@
|
||||
"EditRemoteName": "{{.remoteName}} 의 새로운 Remote 이름 입력:",
|
||||
"EditRemoteUrl": "{{.remoteName}} 의 새로운 Remote URL 입력:",
|
||||
"RemoveRemote": "Remote를 삭제",
|
||||
"RemoveRemotePrompt": "정말로 Remote를 삭제하시겠습니까?",
|
||||
"DeleteRemoteBranch": "원격 브랜치를 삭제",
|
||||
"DeleteRemoteBranchMessage": "정말로 원격 브랜치를 삭제하시겠습니까?",
|
||||
"SetUpstream": "Set as upstream of checked-out branch",
|
||||
"EditRemoteTooltip": "Remote를 수정",
|
||||
"TagMenuTitle": "태그 작성",
|
||||
@ -290,7 +281,6 @@
|
||||
"DiscardChangePrompt": "정말로 선택한 라인을 삭제 (git reset) 하시겠습니까? 이 조작은 취소할 수 없습니다.\n이 경고를 비활성화 하려면 설정 파일의 'gui.skipDiscardChangeWarning' 를 true로 설정하세요.",
|
||||
"CreateNewBranchFromCommit": "커밋에서 새 브랜치를 만듭니다.",
|
||||
"ViewCommits": "커밋 보기",
|
||||
"MinGitVersionError": "Lazygit 실행을 위해서는 Git 2.20 이후의 버전(2018년 이후의)이 필요합니다. Git를 업데이트 해주세요. 아니면 lazygit이 이전 버전과 더 잘 호환되도록 https://github.com/jesseduffield/lazygit/issues 에 issue를 작성해 주세요.",
|
||||
"RunningCustomCommandStatus": "커스텀 명령어 실행",
|
||||
"EnterSubmoduleTooltip": "서브모듈 열기",
|
||||
"CopySubmoduleNameToClipboard": "서브모듈 이름을 클립보드에 복사",
|
||||
|
@ -24,7 +24,6 @@
|
||||
"ToggleStagedAll": "Toggle staged alle",
|
||||
"ToggleTreeView": "Toggle bestandsboom weergave",
|
||||
"Refresh": "Verversen",
|
||||
"ResetFilter": "Reset commit file state filter",
|
||||
"MergeConflictsTitle": "Merge conflicten",
|
||||
"Checkout": "Uitchecken",
|
||||
"NoChangedFiles": "Geen veranderde bestanden",
|
||||
@ -67,7 +66,6 @@
|
||||
"Apply": "Toepassen",
|
||||
"NoStashEntries": "Geen stash items",
|
||||
"StashDrop": "Stash laten vallen",
|
||||
"SureDropStashEntry": "Weet je het zeker dat je deze stash entry wil laten vallen?",
|
||||
"SurePopStashEntry": "Weet je zeker dat je deze stash entry wil poppen?",
|
||||
"StashApply": "Stash toepassen",
|
||||
"SureApplyStashEntry": "Weet je zeker dat je deze stash entry wil toepassen?",
|
||||
@ -91,12 +89,9 @@
|
||||
"Merge": "Merge in met huidige checked out branch",
|
||||
"ConfirmQuit": "Weet je zeker dat je dit programma wil sluiten?",
|
||||
"SwitchRepo": "Wissel naar een recente repo",
|
||||
"AllBranchesLogGraph": "Alle logs van de branch laten zien",
|
||||
"UnsupportedGitService": "Niet-ondersteunde git-service",
|
||||
"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.",
|
||||
"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",
|
||||
"FileStagingRequirements": "Kan alleen individuele lijnen stagen van getrackte bestanden met onstaged veranderingen",
|
||||
"StageSelectionTooltip": "Toggle lijnen staged / unstaged",
|
||||
@ -128,7 +123,6 @@
|
||||
"RewordNotSupported": "Herformatteren van commits in interactief rebasen is nog niet ondersteund",
|
||||
"CherryPickCopy": "Kopieer commit (cherry-pick)",
|
||||
"PasteCommits": "Plak commits (cherry-pick)",
|
||||
"SureCherryPick": "Weet je zeker dat je de gekopieerde commits naar deze branch wil cherry-picken?",
|
||||
"CherryPick": "Cherry-Pick",
|
||||
"Donate": "Doneer",
|
||||
"PrevLine": "Selecteer de vorige lijn",
|
||||
@ -165,7 +159,6 @@
|
||||
"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): ",
|
||||
"AutoStashPrompt": "Je moet je veranderingen stashen en poppen om ze over te brengen. Dit automatisch doen? (enter/esc)",
|
||||
"StashPrefix": "Auto-stashing veranderingen voor ",
|
||||
@ -181,10 +174,7 @@
|
||||
"CreateFixupCommit": "Creëer fixup commit",
|
||||
"CreateFixupCommitTooltip": "Creëer fixup commit",
|
||||
"SquashAboveCommitsTooltip": "Squash bovenstaande commits",
|
||||
"ExecuteCustomCommand": "Voer aangepaste commando uit",
|
||||
"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",
|
||||
"PressEnterToReturn": "Press om terug te gaan naar lazygit",
|
||||
"ViewStashOptions": "Bekijk stash opties",
|
||||
@ -210,13 +200,10 @@
|
||||
"EditRemoteName": "Enter updated remote naam voor {{.remoteName}}:",
|
||||
"EditRemoteUrl": "Enter updated remote url voor {{.remoteName}}:",
|
||||
"RemoveRemote": "Verwijder remote",
|
||||
"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",
|
||||
"SetAsUpstreamTooltip": "Stel in als upstream van uitgecheckte branch",
|
||||
"SetUpstream": "Stel in als upstream van uitgecheckte branch",
|
||||
"SetUpstreamTitle": "Stel in als upstream branch",
|
||||
"SetUpstreamMessage": "Weet je zeker dat je de upstream branch van '{{.checkedOut}}' naar '{{.selected}}' wilt zetten",
|
||||
"EditRemoteTooltip": "Wijzig remote",
|
||||
"TagNameTitle": "Tag naam:",
|
||||
"PushTagTitle": "Remote om tag '{{.tagName}}' te pushen naar:",
|
||||
|
@ -54,7 +54,6 @@
|
||||
"FileFilter": "Filtruj pliki według statusu",
|
||||
"CopyToClipboardMenu": "Kopiuj do schowka",
|
||||
"CopyFileName": "Nazwa pliku",
|
||||
"CopyFilePath": "Ścieżka",
|
||||
"CopyFileDiffTooltip": "Jeśli istnieją zatwierdzone elementy, ta komenda bierze pod uwagę tylko je. W przeciwnym razie bierze pod uwagę wszystkie niezatwierdzone.",
|
||||
"CopySelectedDiff": "Różnice wybranego pliku",
|
||||
"CopyAllFilesDiff": "Różnice wszystkich plików",
|
||||
@ -65,7 +64,6 @@
|
||||
"AllFilesDiffCopiedToast": "Różnice wszystkich plików skopiowane do schowka",
|
||||
"FilterStagedFiles": "Pokaż tylko zatwierdzone pliki",
|
||||
"FilterUnstagedFiles": "Pokaż tylko niezatwierdzone pliki",
|
||||
"ResetFilter": "Resetuj filtr",
|
||||
"MergeConflictsTitle": "Konflikty scalania",
|
||||
"Checkout": "Przełącz",
|
||||
"CheckoutTooltip": "Przełącz wybrany element.",
|
||||
@ -159,7 +157,6 @@
|
||||
"StashApplyTooltip": "Zastosuj wpis schowka do katalogu roboczego.",
|
||||
"NoStashEntries": "Brak wpisów schowka",
|
||||
"StashDrop": "Usuń schowek",
|
||||
"SureDropStashEntry": "Czy na pewno chcesz usunąć ten wpis schowka?",
|
||||
"StashPop": "Wyciągnij schowek",
|
||||
"SurePopStashEntry": "Czy na pewno chcesz wyciągnąć ten wpis schowka?",
|
||||
"StashApply": "Zastosuj schowek",
|
||||
@ -204,14 +201,11 @@
|
||||
"MergeBranchTooltip": "Scal wybraną gałąź z aktualnie sprawdzoną gałęzią.",
|
||||
"ConfirmQuit": "Czy na pewno chcesz wyjść?",
|
||||
"SwitchRepo": "Przełącz na ostatnie repozytorium",
|
||||
"AllBranchesLogGraph": "Pokaż wszystkie gałęzie w logach",
|
||||
"UnsupportedGitService": "Nieobsługiwana usługa git",
|
||||
"CopyPullRequestURL": "Kopiuj adres URL żądania ściągnięcia do schowka",
|
||||
"NoBranchOnRemote": "Ta gałąź nie istnieje na zdalnym serwerze. Musisz ją najpierw wysłać na zdalny serwer.",
|
||||
"Fetch": "Pobierz",
|
||||
"FetchTooltip": "Pobierz zmiany ze zdalnego serwera.",
|
||||
"NoAutomaticGitFetchTitle": "Brak automatycznego pobierania git",
|
||||
"NoAutomaticGitFetchBody": "Lazygit nie może używać \"git fetch\" w prywatnym repozytorium; użyj 'f' w panelu plików, aby ręcznie uruchomić \"git fetch\"",
|
||||
"FileEnter": "Zatwierdź linie / Zwiń katalog",
|
||||
"FileEnterTooltip": "Jeśli wybrany element jest plikiem, skup się na widoku zatwierdzania, aby móc zatwierdzać poszczególne fragmenty/linie. Jeśli wybrany element jest katalogiem, zwiń/rozwiń go.",
|
||||
"FileStagingRequirements": "Można zatwierdzać poszczególne linie tylko dla śledzonych plików",
|
||||
@ -276,7 +270,6 @@
|
||||
"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.",
|
||||
"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łąź?",
|
||||
"CannotCherryPickNonCommit": "Nie można cherry-pick tego rodzaju wpisu TODO",
|
||||
"CannotCherryPickMergeCommit": "Cherry-pick commitów scalających nie jest obsługiwane",
|
||||
"Donate": "Wesprzyj",
|
||||
@ -329,7 +322,6 @@
|
||||
"DiscardOldFileChangeTooltip": "Odrzuć zmiany w tym pliku z tego commita. Uruchamia interaktywny rebase w tle, więc możesz otrzymać konflikt scalania, jeśli późniejszy commit również zmienia ten plik.",
|
||||
"DiscardFileChangesTitle": "Odrzuć zmiany w pliku",
|
||||
"DiscardFileChangesPrompt": "Czy na pewno chcesz usunąć zmiany w wybranym pliku/ach z tego commita?\n\nTa akcja uruchomi rebase, cofając te zmiany w pliku. Pamiętaj, że jeśli późniejsze commity zależą od tych zmian, możesz potrzebować rozwiązać konflikty.\nUwaga: Spowoduje to również zresetowanie wszelkich aktywnych niestandardowych łatek.",
|
||||
"DisabledForGPG": "Funkcja niedostępna dla użytkowników używających GPG",
|
||||
"CreateRepo": "Nie w repozytorium git. Utworzyć nowe repozytorium git? (t/n): ",
|
||||
"BareRepo": "Próbujesz otworzyć Lazygit w gołym repozytorium, ale Lazygit jeszcze nie obsługuje gołych repozytoriów. Otworzyć najnowsze repozytorium? (t/n) ",
|
||||
"InitialBranch": "Nazwa gałęzi? (pozostaw puste dla domyślnej gita): ",
|
||||
@ -362,11 +354,7 @@
|
||||
"SquashCommitsInCurrentBranch": "W bieżącej gałęzi",
|
||||
"SquashCommitsAboveSelectedCommit": "Powyżej wybranego commita",
|
||||
"CannotSquashCommitsInCurrentBranch": "Nie można scalić commitów w bieżącej gałęzi: commit HEAD jest commit merge lub jest obecny na głównej gałęzi.",
|
||||
"ExecuteCustomCommand": "Wykonaj polecenie niestandardowe",
|
||||
"ExecuteCustomCommandTooltip": "Wyświetl monit, w którym możesz wprowadzić polecenie powłoki do wykonania. Nie należy mylić z wcześniej skonfigurowanymi poleceniami niestandardowymi.",
|
||||
"CustomCommand": "Polecenie niestandardowe:",
|
||||
"CommitChangesWithoutHook": "Zatwierdź zmiany bez hooka pre-commit",
|
||||
"SkipHookPrefixNotConfigured": "Nie skonfigurowano prefiksu wiadomości commita do pomijania hooków. Ustaw `git.skipHookPrefix = 'WIP'` w swojej konfiguracji",
|
||||
"ResetTo": "Resetuj do",
|
||||
"ResetSoftTooltip": "Resetuj HEAD do wybranego commita, zachowując zmiany między bieżącym a wybranym commit jako zmiany zatwierdzone.",
|
||||
"ResetMixedTooltip": "Resetuj HEAD do wybranego commita, zachowując zmiany między bieżącym a wybranym commit jako zmiany niezatwierdzone.",
|
||||
@ -390,7 +378,6 @@
|
||||
"ScrollRight": "Przewiń w prawo",
|
||||
"DiscardPatch": "Odrzuć łatkę",
|
||||
"DiscardPatchConfirm": "Możesz zbudować łatkę tylko z jednego commita/stanu schowka na raz. Odrzucić bieżącą łatkę?",
|
||||
"DiscardPatchSameCommitConfirm": "Masz obecnie zmiany dodane do łatki dla tego commita. Odrzucić bieżącą łatkę?",
|
||||
"CantPatchWhileRebasingError": "Nie można budować łatki ani uruchamiać poleceń łatki podczas scalania lub rebasowania",
|
||||
"ToggleAddToPatch": "Przełącz plik włączony w łatkę",
|
||||
"ToggleAddToPatchTooltip": "Przełącz, czy plik jest włączony w niestandardową łatkę. Zobacz {{.doc}}.",
|
||||
@ -415,9 +402,7 @@
|
||||
"EditRemoteUrl": "Wprowadź zaktualizowany URL zdalnego dla {{.remoteName}}:",
|
||||
"RemoveRemote": "Usuń zdalny",
|
||||
"RemoveRemoteTooltip": "Usuń wybrany zdalny. Wszelkie lokalne gałęzie śledzące gałąź zdalną z tego zdalnego nie zostaną dotknięte.",
|
||||
"RemoveRemotePrompt": "Czy na pewno chcesz usunąć zdalny",
|
||||
"DeleteRemoteBranch": "Usuń gałąź zdalną",
|
||||
"DeleteRemoteBranchMessage": "Czy na pewno chcesz usunąć gałąź zdalną",
|
||||
"DeleteRemoteBranchTooltip": "Usuń gałąź zdalną ze zdalnego.",
|
||||
"SetAsUpstream": "Ustaw jako upstream",
|
||||
"SetAsUpstreamTooltip": "Ustaw wybraną gałąź zdalną jako upstream sprawdzonej gałęzi.",
|
||||
@ -432,7 +417,6 @@
|
||||
"ViewUpstreamRebaseOptionsTooltip": "Wyświetl opcje rebasowania sprawdzonej gałęzi na {{upstream}}. Uwaga: to nie zrebase'uje wybranej gałęzi na upstream, zrebase'uje sprawdzoną gałąź na upstream.",
|
||||
"UpstreamGenericName": "upstream wybranej gałęzi",
|
||||
"SetUpstreamTitle": "Ustaw gałąź upstream",
|
||||
"SetUpstreamMessage": "Czy na pewno chcesz ustawić gałąź upstream '{{.checkedOut}}' na '{{.selected}}'",
|
||||
"EditRemoteTooltip": "Edytuj nazwę lub URL wybranego zdalnego.",
|
||||
"TagCommit": "Otaguj commit",
|
||||
"TagCommitTooltip": "Utwórz nowy tag wskazujący na wybrany commit. Zostaniesz poproszony o wprowadzenie nazwy tagu i opcjonalnego opisu.",
|
||||
@ -547,7 +531,6 @@
|
||||
"CreateNewBranchFromCommit": "Utwórz nową gałąź z commita",
|
||||
"BuildingPatch": "Tworzenie łatki",
|
||||
"ViewCommits": "Pokaż commity",
|
||||
"MinGitVersionError": "Wersja Gita musi być co najmniej 2.20 (tj. od 2018 roku). Proszę zaktualizować wersję Gita. Alternatywnie zgłoś problem na https://github.com/jesseduffield/lazygit/issues, aby lazygit był bardziej kompatybilny wstecz.",
|
||||
"RunningCustomCommandStatus": "Uruchamianie niestandardowego polecenia",
|
||||
"SubmoduleStashAndReset": "Schowaj niezatwierdzone zmiany submodułu i zaktualizuj",
|
||||
"AndResetSubmodules": "I zresetuj submoduły",
|
||||
@ -642,7 +625,6 @@
|
||||
"ConfirmRevertCommit": "Czy na pewno chcesz cofnąć {{.selectedCommit}}?",
|
||||
"RewordInEditorTitle": "Przeformułuj w edytorze",
|
||||
"RewordInEditorPrompt": "Czy na pewno chcesz przeformułować ten commit w swoim edytorze?",
|
||||
"CheckoutPrompt": "Czy na pewno chcesz przełączyć się na '%s'?",
|
||||
"HardResetAutostashPrompt": "Czy na pewno chcesz zrobić twardy reset do '%s'? Auto-stash zostanie wykonany jeśli będzie potrzebny.",
|
||||
"UpstreamGone": "(upstream zniknął)",
|
||||
"NukeDescription": "Jeśli chcesz, aby wszystkie zmiany w drzewie pracy zniknęły, to jest sposób na to. Jeśli są brudne zmiany w submodule, to zostaną one zapisane w submodule(s).",
|
||||
@ -714,7 +696,6 @@
|
||||
"MarkAsBaseCommit": "Oznacz jako bazowy commit dla rebase",
|
||||
"MarkAsBaseCommitTooltip": "Wybierz bazowy commit dla następnego rebase. Kiedy robisz rebase na branch, tylko commity powyżej bazowego commita zostaną przeniesione. Używa to polecenia `git rebase --onto`.",
|
||||
"MarkedCommitMarker": "↑↑↑ Rebase rozpocznie się stąd ↑↑↑",
|
||||
"PleaseGoToURL": "Proszę przejdź do {{.url}}",
|
||||
"NoCopiedCommits": "Brak skopiowanych commitów",
|
||||
"DisabledMenuItemPrefix": "Wyłączone: ",
|
||||
"QuickStartInteractiveRebase": "Rozpocznij interaktywny rebase",
|
||||
@ -727,7 +708,6 @@
|
||||
"NoItemSelected": "Nie wybrano elementu",
|
||||
"SelectedItemIsNotABranch": "Wybrany element nie jest branch'em",
|
||||
"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: <coś innego niż v>\n commits:\n cherryPickCopy: 'c'\n pasteCommits: 'v'",
|
||||
"Actions": {
|
||||
"CheckoutCommit": "Przełącz commit",
|
||||
@ -735,7 +715,6 @@
|
||||
"CheckoutBranch": "Przełącz gałąź",
|
||||
"ForceCheckoutBranch": "Wymuś przełączenie gałęzi",
|
||||
"DeleteLocalBranch": "Usuń lokalną gałąź",
|
||||
"DeleteBranch": "Usuń gałąź",
|
||||
"Merge": "Scal",
|
||||
"RebaseBranch": "Rebazuj gałąź",
|
||||
"RenameBranch": "Zmień nazwę gałęzi",
|
||||
|
@ -24,6 +24,7 @@
|
||||
"CredentialsPassword": "Senha",
|
||||
"CredentialsPassphrase": "Digite a senha para a chave SSH",
|
||||
"CredentialsPIN": "Digite o PIN para a chave SSH",
|
||||
"CredentialsToken": "Digite o Token para chave SSH",
|
||||
"PassUnameWrong": "Senha, palavra-chave e/ou nome de usuário incorreto",
|
||||
"Commit": "Commit",
|
||||
"CommitTooltip": "Submeter mudanças em staging",
|
||||
@ -62,7 +63,6 @@
|
||||
"Scroll": "Navegar",
|
||||
"FileFilter": "Filtrar arquivos por status",
|
||||
"CopyFileName": "Nome do arquivo",
|
||||
"CopyFilePath": "Caminho",
|
||||
"CopyFileDiffTooltip": "Se existirem itens preparados, este comando considera apenas eles",
|
||||
"CopySelectedDiff": "Diferença do arquivo selecionado",
|
||||
"CopyAllFilesDiff": "Diferença de todos os arquivos",
|
||||
@ -73,7 +73,14 @@
|
||||
"AllFilesDiffCopiedToast": "Todos os arquivos diferentes foram copiados para a área de transferência",
|
||||
"FilterStagedFiles": "Mostrar somente os arquivos em staging",
|
||||
"FilterUnstagedFiles": "Mostrar somente arquivos que não estão em staging",
|
||||
"ResetFilter": "Resetar filtro",
|
||||
"FilterTrackedFiles": "Mostrar apenas arquivos rastreados",
|
||||
"FilterUntrackedFiles": "Mostrar apenas arquivos não rastreados",
|
||||
"NoFilter": "Sem filtros",
|
||||
"FilterLabelStagedFiles": "(somente preparado)",
|
||||
"FilterLabelUnstagedFiles": "(apenas unstaged)",
|
||||
"FilterLabelTrackedFiles": "(somente rastreado)",
|
||||
"FilterLabelUntrackedFiles": "(somente não acompanhado)",
|
||||
"FilterLabelConflictingFiles": "(apenas conflitando)",
|
||||
"MergeConflictsTitle": "Mesclar conflitos",
|
||||
"Checkout": "Verificar",
|
||||
"CheckoutTooltip": "Checar item selecionado",
|
||||
@ -90,11 +97,17 @@
|
||||
"NewBranchNameBranchOff": "Novo nome da branch (branch está fora de '{{.branchName}}')",
|
||||
"CantDeleteCheckOutBranch": "Você não pode excluir a branch checada",
|
||||
"DeleteBranchTitle": "Deletar branch '{{.selectedBranchName}}'?",
|
||||
"DeleteBranchesTitle": "Excluir as branches selecionadas?",
|
||||
"DeleteLocalBranch": "Deletar branch local",
|
||||
"DeleteLocalBranches": "Deletar branches locais",
|
||||
"DeleteRemoteBranchOption": "Deletar branch remota",
|
||||
"DeleteRemoteBranchPrompt": "Você está certo de que quer deletar a branch remota '{{.selectedBranchName}}' de '{{.upstream}}'?",
|
||||
"DeleteRemoteBranchesPrompt": "Tem certeza de que deseja excluir as ramificações remotas selecionadas dos seus respectivos remotos?",
|
||||
"DeleteLocalAndRemoteBranchPrompt": "Tem certeza que quer excluir ambos '{{.localBranchName}}' da sua máquina, e '{{.remoteBranchName}}' de '{{.remoteName}}'?",
|
||||
"DeleteLocalAndRemoteBranchesPrompt": "Tem certeza de que deseja excluir as ramificações selecionadas da sua máquina, e suas ramificações remotas de seus respectivos remotos?",
|
||||
"ForceDeleteBranchTitle": "Forçar deleção de branch",
|
||||
"ForceDeleteBranchMessage": "{{.selectedBranchName}} não está completamente mesclada. Você está certo que quer deletar ela?",
|
||||
"ForceDeleteBranchesMessage": "Algumas das filiais selecionadas não são totalmente mescladas. Tem certeza que deseja excluí-las?",
|
||||
"RebaseBranch": "Refazer",
|
||||
"RebaseBranchTooltip": "Refazer a branch checada na branch selecionada",
|
||||
"CantRebaseOntoSelf": "Você não pode refazer a branch nela mesma",
|
||||
@ -119,6 +132,7 @@
|
||||
"Quit": "Sair",
|
||||
"SquashTooltip": "Squash o commit selecionado no commit abaixo dele. A mensagem do commit selecionado será anexada ao commit abaixo dele.",
|
||||
"CannotSquashOrFixupFirstCommit": "Não há commit abaixo para squash em",
|
||||
"CannotSquashOrFixupMergeCommit": "Não é possível squash ou corrigir um commit de merge",
|
||||
"Fixup": "Fixup",
|
||||
"FixupTooltip": "Faça o commit selecionado no commit abaixo dele. Semelhante para o squash, mas a mensagem do commit selecionado será descartada.",
|
||||
"SureFixupThisCommit": "Tem certeza que deseja 'corrigir' o(s) commit(s) selecionado(s) no commit abaixo?",
|
||||
@ -139,6 +153,7 @@
|
||||
"MoveDownCommit": "Mover commit um para baixo",
|
||||
"MoveUpCommit": "Mover o commit um para cima",
|
||||
"CannotMoveAnyFurther": "Não é possível mover mais",
|
||||
"CannotMoveMergeCommit": "Não é possível mover commit de um merge",
|
||||
"EditCommit": "Editar (iniciar rebase interativa)",
|
||||
"EditCommitTooltip": "Editar o commit selecionado. Use isto para iniciar uma rebase interativa a partir do commit selecionado. Quando já estiver no meio da reconstrução, isto irá marcar o commit selecionado para edição, o que significa que ao continuar com a reformulação. a rebase irá pausar no commit selecionado para permitir que você faça alterações.",
|
||||
"AmendCommitTooltip": "Alterar o commit com mudanças em sted. Se o commit selecionado for o commit HEAD, ele executará o `git commit --amend`. Caso contrário, o compromisso será alterado por meio de uma base de apoio.",
|
||||
@ -176,7 +191,6 @@
|
||||
"StashApplyTooltip": "Aplique o stash no seu diretório de trabalho.",
|
||||
"NoStashEntries": "Sem itens no stash",
|
||||
"StashDrop": "Remover stash",
|
||||
"SureDropStashEntry": "Tem certeza de que deseja remover esta entrada de stash?",
|
||||
"StashPop": "Remover Stash ",
|
||||
"SurePopStashEntry": "Tem certeza de que deseja exibir esta entrada de stash?",
|
||||
"StashApply": "Aplica o Stash",
|
||||
@ -211,6 +225,8 @@
|
||||
"MergeToolPrompt": "Tem certeza de que deseja abrir o `git mergetool`?",
|
||||
"IntroPopupMessage": "\nObrigado por usar lazygit! Sério, você rock. Três coisas para compartilhar com você:\n\n 1) Se quiser aprender sobre os recursos do lazygit, assista a este vid:\n https://youtu. e/CPLdltN7wgE\n\n 2) Não deixe de ler as últimas notas de lançamento em:\n https://github. um/jesseduffield/lazygit/releases\n\n 3) Se você estiver usando um git, isso o torna um programador! Com a sua ajuda, podemos fazer\n lazygit melhor, então considere se tornar um colaborador e se junte à diversão no\n https://github. om/jesseduffield/lazygit\n Você também pode me patrocinar e me dizer no que trabalhar clicando no botão\n de doar na parte inferior direita.\n Ou até mesmo apenas adicionar estrela no repositório para compartilhar o amor!\n",
|
||||
"DeprecatedEditConfigWarning": "\n### Aviso de configuração obsoleto ###\n\nAs seguintes configurações são descontinuadas e serão removidas em uma futura versão\ndo A:\n{{configs}}\n\nPor favor, consulte\n\n https://github. om/jesseduffield/lazygit/blob/master/docs/Config.md#configuring-file-editor\n\npara informações atualizadas como configurar seu editor.\n\n",
|
||||
"NonReloadableConfigWarningTitle": "Configuração alterada",
|
||||
"NonReloadableConfigWarning": "As seguintes configurações foram alteradas, mas a mudança não tem efeito imediatamente. Encerre e reinicie o lazygit para que as mudanças tenham efeito:\n\n{{configs}}",
|
||||
"GitconfigParseErr": "Gogit falhou ao analisar seu arquivo gitconfig devido à presença de caracteres '\\' não citados. Removendo-os deve corrigir o problema.",
|
||||
"EditFile": "Editar arquivo",
|
||||
"EditFileTooltip": "Abrir arquivo no editor externo.",
|
||||
@ -225,14 +241,17 @@
|
||||
"MergeBranchTooltip": "Ver opções para mesclar o item selecionado no branch atual (mesclar regularmente, mesclar squash)",
|
||||
"ConfirmQuit": "Tem a certeza de que pretende sair?",
|
||||
"SwitchRepo": "Mudar para um repositório recente",
|
||||
"AllBranchesLogGraph": "Mostrar todos os logs da branch",
|
||||
"AllBranchesLogGraph": "Mostrar/ciclo todos os logs de filiais",
|
||||
"UnsupportedGitService": "Serviço git não suportado",
|
||||
"CopyPullRequestURL": "Copiar URL do pull request para área de transferência",
|
||||
"NoBranchOnRemote": "Este branch não existe no remoto. Primeiro, você precisa fazer push para o remoto.",
|
||||
"Fetch": "Buscar",
|
||||
"FetchTooltip": "Buscar alterações do controle remoto.",
|
||||
"NoAutomaticGitFetchTitle": "Sem busca automática no git",
|
||||
"NoAutomaticGitFetchBody": "Lazygit não pode usar \"git fetch\" em um repositório privado; use 'f' no painel de arquivos para executar \"git fetch\" manualmente",
|
||||
"CollapseAll": "Recolher todos os arquivos",
|
||||
"CollapseAllTooltip": "Recolher todos os diretórios na árvore de arquivos",
|
||||
"ExpandAll": "Expandir todos os arquivos",
|
||||
"ExpandAllTooltip": "Expandir todos os diretórios na árvore do arquivo",
|
||||
"DisabledInFlatView": "Não disponível na vista plana",
|
||||
"FileEnter": "Stage lines / Colapso diretório",
|
||||
"FileEnterTooltip": "Se o item selecionado for um arquivo, o foco na exibição de preparo para o estágio de cenas/linhas individuais. Se o item selecionado for um diretório, recolher/expandi-lo.",
|
||||
"FileStagingRequirements": "Só pode stage linhas individuais para arquivos rastreados",
|
||||
@ -267,6 +286,7 @@
|
||||
"CommitSummaryTitle": "Sumário do commit",
|
||||
"CommitDescriptionTitle": "Descrição de Commit",
|
||||
"CommitDescriptionSubTitle": "Pressione {{.togglePanelKeyBinding}} para alternar o foco, {{.commitMenuKeybinding}} para abrir o menu",
|
||||
"CommitDescriptionFooter": "Pressione {{.confirmInEditorKeybinding}} para confirmar",
|
||||
"LocalBranchesTitle": "Branches locais",
|
||||
"SearchTitle": "Procurar",
|
||||
"TagsTitle": "Etiquetas",
|
||||
@ -280,6 +300,7 @@
|
||||
"ReflogCommitsTitle": "Reflog",
|
||||
"ConflictsResolved": "Todos os conflitos de merge resolvidos. Continuar?",
|
||||
"Continue": "Continuar",
|
||||
"UnstagedFilesAfterConflictsResolved": "Os arquivos foram modificados desde que os conflitos foram resolvidos. Auto-encapsulá-los e continuar?",
|
||||
"RebasingTitle": "Rebase '{{.checkedOutBranch}}'",
|
||||
"RebasingFromBaseCommitTitle": "Rebase '{{.checkedOutBranch}}' de uma base marcada",
|
||||
"SimpleRebase": "Rebase simples para '{{.ref}}'",
|
||||
@ -298,17 +319,184 @@
|
||||
"YouDied": "VOCÊ MORREU!",
|
||||
"RewordNotSupported": "Reredacção de commits enquanto rebasing interativamente não é suportado atualmente",
|
||||
"ChangingThisActionIsNotAllowed": "Não é permitido alterar este tipo de rebase de tarefas",
|
||||
"DroppingMergeRequiresSingleSelection": "Soltar um commit de merge requer um único item selecionado",
|
||||
"CherryPickCopy": "Copiar (cherry-pick)",
|
||||
"CherryPickCopyTooltip": "Marcar commit como copiado. Então, dentro da visualização local de commits, você pode pressionar `{{.paste}}` para colar (cherry-pick) o(s) commit(s) copiado(s) em seu branch de check-out. A qualquer momento você pode pressionar `{{.escape}}` para cancelar a seleção.",
|
||||
"CherryPickCopyRangeTooltip": "Marcar commits como copiados do último commit copiado para o commit selecionado.",
|
||||
"PasteCommits": "Colar (cherry-pick)",
|
||||
"SureCherryPick": "Tem certeza que deseja escolher os commits copiados nesse branch?",
|
||||
"SureCherryPick": "Tem certeza que deseja cherry-pick o(s) commit(s) {{.numCommits}} copiado(s) para este branch?",
|
||||
"CherryPick": "cherry-pick",
|
||||
"CannotCherryPickNonCommit": "Não é possível escolher este tipo de item de tarefa",
|
||||
"CannotCherryPickMergeCommit": "Commits de merge Cherry-picking não são suportados",
|
||||
"Donate": "Doar",
|
||||
"AskQuestion": "Faça perguntas",
|
||||
"PrevLine": "Selecione a linha anterior",
|
||||
"NextLine": "Selecionar próxima linha",
|
||||
"PrevHunk": "Ir para o local anterior",
|
||||
"NextHunk": "Ir para o próximo trecho",
|
||||
"PrevConflict": "Conflito anterior",
|
||||
"NextConflict": "Próximo conflito",
|
||||
"SelectPrevHunk": "Trecho anterior",
|
||||
"SelectNextHunk": "Próximo trecho",
|
||||
"ScrollDown": "Rolar para baixo",
|
||||
"ScrollUp": "Rolar para cima",
|
||||
"ScrollUpMainWindow": "Rolar janela principal para cima",
|
||||
"ScrollDownMainWindow": "Rolar a janela principal para baixo",
|
||||
"AmendCommitTitle": "Corrigir commit",
|
||||
"AmendCommitPrompt": "Tem certeza que deseja corrigir esse commit com seus arquivos encapsulados?",
|
||||
"AmendCommitWithConflictsMenuPrompt": "AVISO: está prestes a reemendar o seu último commit finalizado com conflitos resolvidos. Isso é muito improvável ser o que quer nesse ponto. Mais improvável você simplesmente querer continuar o rebase ao invés disso",
|
||||
"AmendCommitWithConflictsContinue": "Não, continuar a reconstrução",
|
||||
"AmendCommitWithConflictsAmend": "Sim, alterar o commit anterior",
|
||||
"DropCommitTitle": "Excluir commit",
|
||||
"DropCommitPrompt": "Tem certeza que deseja remover o(s) commit(s) selecionado(s)?",
|
||||
"DropUpdateRefPrompt": "Tem certeza que deseja excluir a(s) atualização(ões) selecionada(s)? Isso é irreversível, exceto abortando a rebase.",
|
||||
"DropMergeCommitPrompt": "Tem certeza que deseja remover o commit de mesclagem selecionado? Note que ele também vai apagar todos os commits que foram mesclados por ele.",
|
||||
"PullingStatus": "Puxando",
|
||||
"PushingStatus": "Enviando",
|
||||
"FetchingStatus": "Buscando",
|
||||
"SquashingStatus": "Esmagando",
|
||||
"FixingStatus": "Consertando",
|
||||
"DeletingStatus": "Deletando",
|
||||
"DroppingStatus": "Descartando",
|
||||
"MovingStatus": "Movendo",
|
||||
"RebasingStatus": "Rebase",
|
||||
"MergingStatus": "Mesclando",
|
||||
"LowercaseRebasingStatus": "recriando",
|
||||
"LowercaseMergingStatus": "mesclando",
|
||||
"AmendingStatus": "Modificação",
|
||||
"CherryPickingStatus": "Cherry-picking",
|
||||
"UndoingStatus": "Desfazendo",
|
||||
"RedoingStatus": "Refazer",
|
||||
"CheckingOutStatus": "Confira",
|
||||
"CommittingStatus": "Commitando",
|
||||
"RevertingStatus": "revertendo",
|
||||
"CreatingFixupCommitStatus": "Criando commit de correção",
|
||||
"CommitFiles": "Commit arquivos",
|
||||
"SubCommitsDynamicTitle": "Commits (%s)",
|
||||
"CommitFilesDynamicTitle": "Arquivos diff (%s)",
|
||||
"RemoteBranchesDynamicTitle": "Branches remotas (%s)",
|
||||
"ViewItemFiles": "Ver arquivos",
|
||||
"ViewItemFilesTooltip": "Visualizar os arquivos modificados pelo item selecionado.",
|
||||
"CommitFilesTitle": "Commit arquivos",
|
||||
"CheckoutCommitFileTooltip": "Arquivo de check-out. Isso substitui o arquivo em sua árvore de trabalho com a versão do commit selecionado.",
|
||||
"CanOnlyDiscardFromLocalCommits": "As alterações só podem ser descartadas de commits locais",
|
||||
"Remove": "Remover",
|
||||
"DiscardOldFileChangeTooltip": "Descartar as alterações desse commit para este arquivo. Isso executa uma rebase interativa em segundo plano, então você pode ter um conflito de merge se um commit posterior também alterar este arquivo.",
|
||||
"DiscardFileChangesTitle": "Descartar alterações de arquivo",
|
||||
"DiscardFileChangesPrompt": "Você tem certeza de que deseja remover as alterações do(s) arquivo(s) selecionado(s) deste commit?",
|
||||
"CreateRepo": "Não está em um repositório git. Criar um novo repositório git? (y/n): ",
|
||||
"BareRepo": "Você tentou abrir Lazygit em um repositório puro, mas Lazygit ainda não suporta repositórios vazios. Abrir os repositórios mais recentes? (y/n) ",
|
||||
"InitialBranch": "Nome da branch? (deixe vazio para o padrão do git): ",
|
||||
"NoRecentRepositories": "É necessário abrir lazygit em um repositório git. Nenhum repositório recente válido. Saindo do sistema.",
|
||||
"IncorrectNotARepository": "O valor de 'notARepository' está incorreto. Deve ser um dos 'prompt', 'create', 'sk', ou 'quit'.",
|
||||
"AutoStashTitle": "Autoarmazenar?",
|
||||
"AutoStashPrompt": "Você deve esconder e mostrar suas alterações para que elas passem. Quer fazer isso automaticamente? (enter/esc)",
|
||||
"StashPrefix": "Alterações de carimbo automático para ",
|
||||
"Discard": "Descartar",
|
||||
"DiscardChangesTitle": "Descartar alterações",
|
||||
"DiscardFileChangesTooltip": "Exibir opções para descartar alterações para o arquivo selecionado.",
|
||||
"Cancel": "Cancelar",
|
||||
"DiscardAllChanges": "Descartar todas as Alterações",
|
||||
"DiscardUnstagedChanges": "Descartar mudanças não preparadas",
|
||||
"DiscardAllChangesToAllFiles": "Apargar árvore ativa",
|
||||
"DiscardAnyUnstagedChanges": "Descartar mudanças não preparadas",
|
||||
"DiscardUntrackedFiles": "Descartar arquivos não monitorizados",
|
||||
"DiscardStagedChanges": "Descartar mudanças em Staging",
|
||||
"HardReset": "reinicialização total",
|
||||
"BranchDeleteTooltip": "Ver opções de exclusão para a branch local/remoto.",
|
||||
"TagDeleteTooltip": "Ver opções de exclusão para tag local/remoto.",
|
||||
"Delete": "Apagar",
|
||||
"Reset": "Restaurar",
|
||||
"ResetTooltip": "Ver opções de redefinição (soft/mixed/hard) para redefinir para o item selecionado.",
|
||||
"ViewResetOptions": "Restaurar",
|
||||
"FileResetOptionsTooltip": "Opções de redefinição de exibição para árvore de trabalho (por exemplo, nukando a árvore de trabalho).",
|
||||
"CreateFixupCommit": "Criar commit de correção",
|
||||
"CreateFixupCommitTooltip": "Crie o commit 'correção!' para o commit selecionado. Mais tarde, você pode pressionar `{{.squashAbove}}` neste mesmo commit para aplicar todas os commits de correção acima.",
|
||||
"CreateAmendCommit": "Criar \"alterar!\" commit",
|
||||
"FixupMenu_Fixup": "corrigir! commit",
|
||||
"FixupMenu_FixupTooltip": "Permite que você arrume outro commit e mantenha a mensagem do commit original.",
|
||||
"FixupMenu_AmendWithChanges": "alterar! commit com mudanças",
|
||||
"FixupMenu_AmendWithChangesTooltip": "Permite que você corrija outro commit e também altere sua mensagem de commit.",
|
||||
"FixupMenu_AmendWithoutChanges": "alterar! commit sem alterações (pura reformulação)",
|
||||
"FixupMenu_AmendWithoutChangesTooltip": "Permite alterar a mensagem de commit de outro commit sem alterar seu conteúdo.",
|
||||
"SquashAboveCommitsTooltip": "Aplicar Squash all 'correção!', seja acima do commit selecionado, ou tudo no branch atual (autosquash).",
|
||||
"SquashCommitsAboveSelectedTooltip": "Squash todos 'fixup!' commits acima do commit selecionado (autosquash).",
|
||||
"SquashCommitsInCurrentBranchTooltip": "Squash all 'fixup!' commits no branch atual (autosquash).",
|
||||
"SquashAboveCommits": "Aplicar commits de correções",
|
||||
"SquashCommitsInCurrentBranch": "No branch atual",
|
||||
"SquashCommitsAboveSelectedCommit": "Acima do commit escolhido",
|
||||
"CannotSquashCommitsInCurrentBranch": "Não é possível realizar o squash commits no branch atual: o commit do HEAD é um commit de merge ou está presente no branch principal.",
|
||||
"ExecuteShellCommand": "Executar comando da shell",
|
||||
"ExecuteShellCommandTooltip": "Traga um prompt onde você pode digitar um comando shell para executar.",
|
||||
"ShellCommand": "Comando Shell:",
|
||||
"CommitChangesWithoutHook": "Fazer commit de alterações sem pré-commit",
|
||||
"ResetTo": "Redefinir para",
|
||||
"ResetSoftTooltip": "Redefinir o HEAD para o commit escolhido, e manter as alterações entre o commit atual e o commit escolhido à medida que as mudanças forem processadas.",
|
||||
"ResetMixedTooltip": "Redefinir o HEAD para o commit escolhido e manter as alterações entre o commit atual e escolhido conforme mudanças não preparadas.",
|
||||
"ResetHardTooltip": "Redefinir HEAD para o commit escolhido e descartar todas as alterações entre o atual e o commit escolhido, bem como todas as modificações actuais na árvore de trabalho.",
|
||||
"PressEnterToReturn": "Pressione Enter para retornar ao lazygit",
|
||||
"ViewStashOptions": "Ver opções de stash",
|
||||
"ViewStashOptionsTooltip": "Ver opções de stash (por exemplo, trash all, stash staged, stash unsttued).",
|
||||
"Stash": "Stash",
|
||||
"StashTooltip": "Stash todas as alterações. Para outras variações de armazenamento, use a fixação de teclas de armazenamento.",
|
||||
"StashAllChanges": "Alterações preparadas",
|
||||
"StashStagedChanges": "Alterações não preparadas",
|
||||
"StashAllChangesKeepIndex": "Guardar todas as alterações e manter índice",
|
||||
"StashUnstagedChanges": "Stash todas as mudanças não preparadas",
|
||||
"StashIncludeUntrackedChanges": "Stash todas as alterações, incluindo arquivos não rastreados",
|
||||
"StashOptions": "Opções de Stash",
|
||||
"NotARepository": "Erro: deve ser executado dentro de um repositório git",
|
||||
"WorkingDirectoryDoesNotExist": "Erro: o diretório de trabalho atual não existe",
|
||||
"Jump": "Pular para o painel",
|
||||
"ScrollLeftRight": "Rolar esquerda/direita",
|
||||
"ScrollLeft": "Rolar à esquerda",
|
||||
"ScrollRight": "Scroll para a direita",
|
||||
"DiscardPatch": "Descartar patch",
|
||||
"DiscardPatchConfirm": "Você só pode construir um patch de um commit/stash-entry por vez. Descartar o patch atual?",
|
||||
"CantPatchWhileRebasingError": "Você não pode construir um patch ou executar comandos de patch enquanto estiver em estado de fusão ou de recriação",
|
||||
"ToggleAddToPatch": "Alternar entre o arquivo incluído no patch",
|
||||
"ToggleAddToPatchTooltip": "Alternar se o arquivo está incluído no patch personalizado. Veja {{.doc}}.",
|
||||
"ToggleAllInPatch": "Alternar todos os arquivos",
|
||||
"ToggleAllInPatchTooltip": "Adicionar/remover todos os arquivos de commit para atualização personalizada. Consulte {{.doc}}.",
|
||||
"UpdatingPatch": "Atualizando patch",
|
||||
"ViewPatchOptions": "Ver opções de patch personalizadas",
|
||||
"PatchOptionsTitle": "Opções de modificação",
|
||||
"NoPatchError": "Nenhum patch criado ainda. Para começar a construir um patch, use 'space' em um arquivo de commit ou insira para adicionar linhas específicas",
|
||||
"EmptyPatchError": "O patch ainda está vazio. Adicione alguns arquivos ou linhas ao seu patch primeiro.",
|
||||
"EnterCommitFile": "Insira o arquivo / Alternar diretório recolhido",
|
||||
"EnterCommitFileTooltip": "Se um arquivo estiver selecionado, insira o arquivo para que você possa adicionar/remover linhas individuais no patch personalizado. Se um diretório for selecionado, ative o diretório.",
|
||||
"ExitCustomPatchBuilder": "Sair do construtor de patch personalizado",
|
||||
"EnterUpstream": "Insira o upstream como '<remote> <branchname>'",
|
||||
"InvalidUpstream": "Upstream inválido. Deve estar no formato '<remote> <branchname>'",
|
||||
"ReturnToRemotesList": "Retornar à lista de controles remotos",
|
||||
"NewRemote": "Novo controle",
|
||||
"NewRemoteName": "Novo nome do controle remoto:",
|
||||
"NewRemoteUrl": "Nova URL remota:",
|
||||
"ViewBranches": "Ver branches",
|
||||
"EditRemoteName": "Digite o nome remoto atualizado para {{.remoteName}}:",
|
||||
"EditRemoteUrl": "Digite a URL remota atualizada para {{.remoteName}}:",
|
||||
"RemoveRemote": "Remover remoto",
|
||||
"RemoveRemoteTooltip": "Remover o controle remoto. Quaisquer ramificações locais de rastreamento de um ramo remoto do controle não serão afetadas.",
|
||||
"RemoveRemotePrompt": "Tem certeza que deseja remover o controle remoto?",
|
||||
"DeleteRemoteBranch": "Deletar branch remota",
|
||||
"DeleteRemoteBranches": "Deletar branch remota",
|
||||
"DeleteRemoteBranchTooltip": "Excluir o branch remoto do controle remoto.",
|
||||
"DeleteLocalAndRemoteBranch": "Excluir ramo local e remoto",
|
||||
"DeleteLocalAndRemoteBranches": "Excluir branches locais e remotos",
|
||||
"SetAsUpstream": "Definir como upstream",
|
||||
"SetAsUpstreamTooltip": "Definir o ramo remoto selecionado como fluxo do branch check-out.",
|
||||
"SetUpstream": "Configurar o upstream da filial selecionada",
|
||||
"UnsetUpstream": "Desconfigurar upstream do branch selecionado",
|
||||
"ViewDivergenceFromUpstream": "Ver divergência do upstream",
|
||||
"ViewDivergenceFromBaseBranch": "Ver diferenças em relação ao ramo base ({{.baseBranch}})",
|
||||
"CouldNotDetermineBaseBranch": "Não foi possível determinar o branch base",
|
||||
"DivergenceSectionHeaderLocal": "Local",
|
||||
"DivergenceSectionHeaderRemote": "Remoto",
|
||||
"ViewUpstreamResetOptions": "Redefinir ramo check-out para {{.upstream}}",
|
||||
"ViewUpstreamResetOptionsTooltip": "Exibir opções para redefinir o branch check-out no {{upstream}}. Nota: isso não irá redefinir o ramo selecionado para a montante, ele irá redefinir o ramo de verificação para a parte a montante.",
|
||||
"ViewUpstreamRebaseOptions": "Rebase ramo check-out na {{.upstream}}",
|
||||
"ViewUpstreamRebaseOptionsTooltip": "Ver opções para rectificar o branch check-out no {{upstream}}. Nota: isso não irá rebasear o branch selecionado no plano a montante, ele irá rebasear o branch de check-out no fluxo a montante.",
|
||||
"UpstreamGenericName": "upstream da branch selecionada",
|
||||
"Actions": {},
|
||||
"Bisect": {},
|
||||
"Log": {},
|
||||
|
@ -41,7 +41,6 @@
|
||||
"FileFilter": "Фильтровать файлы (проиндексированные/непроиндексированные)",
|
||||
"FilterStagedFiles": "Показывать только проиндексированные файлы",
|
||||
"FilterUnstagedFiles": "Показывать только непроиндексированные файлы",
|
||||
"ResetFilter": "Сбросить фильтр",
|
||||
"MergeConflictsTitle": "Конфликты Слияния",
|
||||
"Checkout": "Переключить",
|
||||
"NoChangedFiles": "Нет изменённых файлов",
|
||||
@ -99,7 +98,6 @@
|
||||
"Apply": "Применить припрятанные изменения",
|
||||
"NoStashEntries": "Нет записей в хранилище",
|
||||
"StashDrop": "Сбросить хранилище",
|
||||
"SureDropStashEntry": "Вы уверены, что хотите удалить эту запись хранилища?",
|
||||
"StashPop": "Применить припрятанные изменения и тут же удалить их из хранилища",
|
||||
"SurePopStashEntry": "Вы уверены, что хотите применить эти припрятанные изменения и тут же удалить их из хранилища?",
|
||||
"StashApply": "Применить припрятанные изменения",
|
||||
@ -142,13 +140,10 @@
|
||||
"Merge": "Слияние с текущей переключённой веткой",
|
||||
"ConfirmQuit": "Вы уверены, что хотите выйти?",
|
||||
"SwitchRepo": "Переключиться на последний репозиторий",
|
||||
"AllBranchesLogGraph": "Показать все логи ветки",
|
||||
"UnsupportedGitService": "Неподдерживаемая служба git",
|
||||
"CopyPullRequestURL": "Скопировать URL запроса на принятие изменений в буфер обмена",
|
||||
"NoBranchOnRemote": "Этой ветки не существует в удалённом репозитории. Сначала вам нужно его отправить в удалённый репозитории.",
|
||||
"Fetch": "Получить изменения",
|
||||
"NoAutomaticGitFetchTitle": "Нет автоматического получения изменении",
|
||||
"NoAutomaticGitFetchBody": "Lazygit не может использовать «git fetch» в приватном репозитории; используйте «f» на панели файлов, чтобы запустить «git fetch» вручную",
|
||||
"FileEnter": "Проиндексировать отдельные части/строки для файла или свернуть/развернуть для каталога",
|
||||
"FileStagingRequirements": "Можно проиндексировать только отдельные строки для отслеживаемых файлов",
|
||||
"StageSelectionTooltip": "Переключить строку в проиндексированные / непроиндексированные",
|
||||
@ -201,7 +196,6 @@
|
||||
"ChangingThisActionIsNotAllowed": "Изменение этого типа записи todo перебазирования не допускается",
|
||||
"CherryPickCopy": "Скопировать отобранные коммит (cherry-pick)",
|
||||
"PasteCommits": "Вставить отобранные коммиты (cherry-pick)",
|
||||
"SureCherryPick": "Вы уверены, что хотите выборочно применить (cherry-picked) отобранные коммиты в эту ветку?",
|
||||
"CherryPick": "Выборочная отборка (Cherry-Pick)",
|
||||
"Donate": "Пожертвовать",
|
||||
"AskQuestion": "Задать вопрос",
|
||||
@ -249,7 +243,6 @@
|
||||
"DiscardOldFileChangeTooltip": "Отменить изменения коммита в этом файле",
|
||||
"DiscardFileChangesTitle": "Отменить изменения файла",
|
||||
"DiscardFileChangesPrompt": "Вы уверены, что хотите удалить изменения в выбранных файлах из этого коммита?\n\nЭто действие запустит перебазирование и отменит изменения в этих файлах. Обратите внимание, что если последующие коммиты зависят от этих изменений, вам, возможно, придется разрешить конфликты.\nПримечание: это также сбросит все активные пользовательские патчи.",
|
||||
"DisabledForGPG": "Функция недоступна для пользователей, использующих GPG",
|
||||
"CreateRepo": "Не в git репозитории. Создать новый git репозиторий? (y/n):",
|
||||
"BareRepo": "Вы пытались открыть Lazygit в пустом репозитории, но Lazygit ещё не поддерживает пустые репозитории. Открыть последний репозиторий? (y/n)",
|
||||
"InitialBranch": "Название ветки? (оставьте пустым для git по умолчанию):",
|
||||
@ -271,10 +264,7 @@
|
||||
"CreateFixupCommit": "Создать fixup коммит",
|
||||
"CreateFixupCommitTooltip": "Создать fixup коммит для этого коммита",
|
||||
"SquashAboveCommitsTooltip": "Объединить все 'fixup!' коммиты выше в выбранный коммит (автосохранение)",
|
||||
"ExecuteCustomCommand": "Выполнить пользовательскую команду",
|
||||
"CustomCommand": "Пользовательская Команда:",
|
||||
"CommitChangesWithoutHook": "Закоммитить изменения без предварительного хука коммита",
|
||||
"SkipHookPrefixNotConfigured": "Вы не настроили префикс сообщения коммита для пропуска хуков. Установите `git.skipHookPrefix = 'WIP'` в вашей конфигурации",
|
||||
"ResetTo": "Сбросить на",
|
||||
"PressEnterToReturn": "Нажмите Enter, чтобы вернуться в lazygit",
|
||||
"ViewStashOptions": "Просмотреть параметры хранилища",
|
||||
@ -309,14 +299,11 @@
|
||||
"EditRemoteName": "Введите новое название для удалённое ветки {{.remoteName}}:",
|
||||
"EditRemoteUrl": "Введите новую ссылку для удалённое ветки {{.remoteName}}:",
|
||||
"RemoveRemote": "Удалить удалённую ветку",
|
||||
"RemoveRemotePrompt": "Вы уверены, что хотите удалить удалённую ветку?",
|
||||
"DeleteRemoteBranch": "Удалить Удалённую Ветку",
|
||||
"DeleteRemoteBranchMessage": "Вы уверены, что хотите удалить удалённую ветку",
|
||||
"SetAsUpstreamTooltip": "Установить как upstream-ветку переключённую ветку",
|
||||
"SetUpstream": "Установить upstream-ветку из выбранной ветки",
|
||||
"UnsetUpstream": "Убрать upstream-ветку из выбранной ветки",
|
||||
"SetUpstreamTitle": "Установить upstream-ветку",
|
||||
"SetUpstreamMessage": "Вы уверены, что хотите установить upstream-ветвь '{{.checkedOut}}' на '{{.selected}}'",
|
||||
"EditRemoteTooltip": "Редактировать удалённый репозитории",
|
||||
"TagCommit": "Пометить коммит тегом",
|
||||
"TagMenuTitle": "Создать тег",
|
||||
@ -404,7 +391,6 @@
|
||||
"CreateNewBranchFromCommit": "Создать новую ветку с этого коммита",
|
||||
"BuildingPatch": "Сборка патча",
|
||||
"ViewCommits": "Просмотреть коммиты",
|
||||
"MinGitVersionError": "Версия Git должна быть не ниже 2.20 (т. е. начиная с 2018 года). Пожалуйста, обновите версию git. В качестве альтернативы заявите о проблеме на https://github.com/jesseduffield/lazygit/issues, чтобы lazygit был более совместим с предыдущими версиями.",
|
||||
"RunningCustomCommandStatus": "Запуск пользовательской команды",
|
||||
"SubmoduleStashAndReset": "Спрятать непроиндексированные изменения подмодуля и обновить",
|
||||
"AndResetSubmodules": "И сбросить подмодули",
|
||||
@ -487,7 +473,6 @@
|
||||
"ConfirmRevertCommit": "Вы уверены, что хотите отменить {{.selectedCommit}}?",
|
||||
"RewordInEditorTitle": "Перефразировать в редакторе",
|
||||
"RewordInEditorPrompt": "Вы уверены, что хотите перефразировать этот коммит вашем редакторе?",
|
||||
"CheckoutPrompt": "Вы уверены, что хотите переключить '%s'?",
|
||||
"HardResetAutostashPrompt": "Вы уверены, что хотите сделать жёсткий сброс на '%s'? При необходимости будет выполнен автосохранение в хранилище.",
|
||||
"NukeDescription": "Если вы хотите, чтобы все изменения в рабочем дереве исчезли, это способ сделать это. Если есть какие-либо изменения подмодуля, эти изменения будут припрятаны в подмодуле(-ях).",
|
||||
"DiscardStagedChangesDescription": "Это создаст новую запись в хранилище, содержащую только проиндексированные файлы, а затем удалит её, так что в рабочем дереве останутся только непроиндексированные изменения.",
|
||||
@ -515,7 +500,6 @@
|
||||
"CheckoutTag": "Переключить тег",
|
||||
"CheckoutBranch": "Переключить ветку",
|
||||
"ForceCheckoutBranch": "Принудительное переключение ветки",
|
||||
"DeleteBranch": "Удалить ветку",
|
||||
"Merge": "Слить",
|
||||
"RebaseBranch": "Перебазировать ветку",
|
||||
"RenameBranch": "Переименовать ветку",
|
||||
|
@ -24,6 +24,7 @@
|
||||
"CredentialsPassword": "密码",
|
||||
"CredentialsPassphrase": "输入 SSH 密钥的密码",
|
||||
"CredentialsPIN": "为 SSH key 输入PIN",
|
||||
"CredentialsToken": "输入 SSH 密钥令牌",
|
||||
"PassUnameWrong": "密码 和/或 用户名错误",
|
||||
"Commit": "提交变更",
|
||||
"CommitTooltip": "提交暂存文件",
|
||||
@ -31,12 +32,12 @@
|
||||
"AmendLastCommitTitle": "修补最后一次提交",
|
||||
"SureToAmend": "您确定要修补上一次提交吗?之后您可以从提交面板更改提交消息",
|
||||
"NoCommitToAmend": "没有需要提交的修补",
|
||||
"CommitChangesWithEditor": "提交变更(使用编辑器编辑提交信息)",
|
||||
"CommitChangesWithEditor": "使用 Git 编辑器提交变更",
|
||||
"FindBaseCommitForFixup": "找到用于修复的基准提交",
|
||||
"FindBaseCommitForFixupTooltip": "找到您当前变更所基于的提交,以便于修正/改进该提交。这样做可以省去您逐一查看分支提交来确定应该修正/改进哪个提交的麻烦。请参阅文档: <https://github.com/jesseduffield/lazygit/tree/master/docs/Fixup_Commits.md>",
|
||||
"NoBaseCommitsFound": "没有找到接触提交",
|
||||
"MultipleBaseCommitsFoundStaged": "找到了多个基础提交(尝试一次暂存更少的变更)",
|
||||
"MultipleBaseCommitsFoundUnstaged": "找到了多个基础提交(尝试暂存部分变更)",
|
||||
"MultipleBaseCommitsFoundStaged": "找到了多个基础提交 (尝试一次暂存更少的变更)",
|
||||
"MultipleBaseCommitsFoundUnstaged": "找到了多个基础提交 (尝试暂存部分变更)",
|
||||
"BaseCommitIsAlreadyOnMainBranch": "此变更内容所在的提交已经存在于主分支上了",
|
||||
"BaseCommitIsNotInCurrentView": "基础提交不在当前视图中",
|
||||
"HunksWithOnlyAddedLinesWarning": "差异中仅包含添加行,小心检查这些是否属于已找到的主提交。\n\n是否继续?",
|
||||
@ -63,7 +64,6 @@
|
||||
"FileFilter": "通过状态过滤文件",
|
||||
"CopyToClipboardMenu": "复制到剪贴板",
|
||||
"CopyFileName": "文件名",
|
||||
"CopyFilePath": "路径",
|
||||
"CopyFileDiffTooltip": "如果存在已暂存更改,该命令将仅作用于它们。否则将作用于所有未暂存更改。",
|
||||
"CopySelectedDiff": "比较选中的文件",
|
||||
"CopyAllFilesDiff": "对比全部文件",
|
||||
@ -74,7 +74,14 @@
|
||||
"AllFilesDiffCopiedToast": "全部文件差异已复制至剪贴板",
|
||||
"FilterStagedFiles": "仅显示已暂存文件",
|
||||
"FilterUnstagedFiles": "仅显示未暂存文件",
|
||||
"ResetFilter": "重置过滤",
|
||||
"FilterTrackedFiles": "仅显示已跟踪的文件",
|
||||
"FilterUntrackedFiles": "仅显示未跟踪的文件",
|
||||
"NoFilter": "无过滤",
|
||||
"FilterLabelStagedFiles": "(仅暂存)",
|
||||
"FilterLabelUnstagedFiles": "(仅未暂存)",
|
||||
"FilterLabelTrackedFiles": "(仅跟踪)",
|
||||
"FilterLabelUntrackedFiles": "(仅未跟踪)",
|
||||
"FilterLabelConflictingFiles": "(仅冲突)",
|
||||
"MergeConflictsTitle": "合并冲突",
|
||||
"Checkout": "检出",
|
||||
"CheckoutTooltip": "检出选中的项目",
|
||||
@ -91,7 +98,9 @@
|
||||
"NewBranchNameBranchOff": "新分支名称(基于 {{.branchName}})",
|
||||
"CantDeleteCheckOutBranch": "您不能删除已检出的分支!",
|
||||
"DeleteBranchTitle": "删除分支'{{.selectedBranchName}}'?",
|
||||
"DeleteBranchesTitle": "删除选定的分支?",
|
||||
"DeleteLocalBranch": "删除本地分支",
|
||||
"DeleteLocalBranches": "删除本地分支",
|
||||
"DeleteRemoteBranchOption": "删除远程分支",
|
||||
"DeleteRemoteBranchPrompt": "你确定要从'{{.upstream}}'中删除远程分支'{{.selectedBranchName}}'?",
|
||||
"ForceDeleteBranchTitle": "强制删除分支",
|
||||
@ -120,13 +129,13 @@
|
||||
"Quit": "退出",
|
||||
"SquashTooltip": "将已选提交压缩到该提交之下。这些选定的提交的消息会附加到该提交的消息之下。",
|
||||
"CannotSquashOrFixupFirstCommit": "下面没有可以压缩的提交",
|
||||
"Fixup": "修正(fixup)",
|
||||
"Fixup": "修正 (fixup)",
|
||||
"FixupTooltip": "将选定的提交合并到其下面的提交中。与压缩类似,但所选提交的消息将被丢弃。",
|
||||
"SureFixupThisCommit": "您确定要“修正”此提交吗?它将合并到下面的提交中",
|
||||
"SureSquashThisCommit": "您确定要将这个提交压缩到下面的提交中吗?",
|
||||
"Squash": "压缩(Squash)",
|
||||
"SquashMerge": "压缩合并",
|
||||
"PickCommitTooltip": "选择提交(变基过程中)",
|
||||
"PickCommitTooltip": "标记选中的提交为 picked(变基过程中)。这意味该提交将在后续的变基中保留。",
|
||||
"Pick": "拣选(Pick)",
|
||||
"CantPickDisabledReason": "在变基期间,无法选择提交",
|
||||
"Edit": "编辑",
|
||||
@ -161,8 +170,8 @@
|
||||
"ExecCommandHere": "在这里执行以下命令:",
|
||||
"Error": "错误",
|
||||
"Undo": "撤销",
|
||||
"UndoReflog": "(通过 reflog)撤销「实验功能」",
|
||||
"RedoReflog": "(通过 reflog)重做「实验功能」",
|
||||
"UndoReflog": "撤销",
|
||||
"RedoReflog": "重做",
|
||||
"UndoTooltip": "Reflog将用于确定运行哪个git命令来撤消最后一个git命令。这并不包括对工作树的更改,只考虑提交。",
|
||||
"RedoTooltip": "Reflog将用于确定运行哪个git命令来重做上一个git命令。这并不包括对工作树的更改,只考虑提交。",
|
||||
"UndoMergeResolveTooltip": "撤消上次合并冲突解决",
|
||||
@ -177,7 +186,6 @@
|
||||
"StashApplyTooltip": "将贮藏项应用到您的工作目录。",
|
||||
"NoStashEntries": "没有贮藏条目",
|
||||
"StashDrop": "删除贮藏",
|
||||
"SureDropStashEntry": "您确定要删除此贮藏条目吗?",
|
||||
"StashPop": "应用并删除贮藏",
|
||||
"SurePopStashEntry": "您确定要应用并删除此贮藏条目吗?",
|
||||
"StashApply": "应用贮藏",
|
||||
@ -226,14 +234,15 @@
|
||||
"MergeBranchTooltip": "Merge selected branch into currently checked out branch.",
|
||||
"ConfirmQuit": "您确定要退出吗?",
|
||||
"SwitchRepo": "切换到最近的仓库",
|
||||
"AllBranchesLogGraph": "显示所有分支的日志",
|
||||
"UnsupportedGitService": "不支持的 git 服务",
|
||||
"CopyPullRequestURL": "将拉取请求 URL 复制到剪贴板",
|
||||
"NoBranchOnRemote": "该分支在远程上不存在. 您需要先将其推送到远程.",
|
||||
"Fetch": "抓取",
|
||||
"FetchTooltip": "从远程获取变更",
|
||||
"NoAutomaticGitFetchTitle": "无法自动进行 \"git fetch\"",
|
||||
"NoAutomaticGitFetchBody": "Lazygit 不能在私人仓库中使用 \"git fetch\"; 请在文件面板中使用 'f' 手动运行 \"git fetch\"",
|
||||
"CollapseAll": "折叠全部文件",
|
||||
"CollapseAllTooltip": "折叠文件树中的全部目录",
|
||||
"ExpandAll": "展开全部文件",
|
||||
"ExpandAllTooltip": "展开文件树中的全部目录",
|
||||
"FileEnter": "暂存单个 块/行 用于文件, 或 折叠/展开 目录",
|
||||
"FileEnterTooltip": "如果选中的是一个文件,则会进入到暂存视图,以便可以暂存单个代码块/行。如果选中的是一个目录,则会折叠/展开这个目录",
|
||||
"FileStagingRequirements": "只能暂存跟踪文件的单独行",
|
||||
@ -268,17 +277,18 @@
|
||||
"CommitSummaryTitle": "提交信息",
|
||||
"CommitDescriptionTitle": "提交信息说明",
|
||||
"CommitDescriptionSubTitle": "按 {{.togglePanelKeyBinding}} 键切换焦点, {{.commitMenuKeybinding}} 打开菜单",
|
||||
"LocalBranchesTitle": "分支页面",
|
||||
"CommitDescriptionFooter": "点击 {{.confirmInEditorKeybinding}} 提交",
|
||||
"LocalBranchesTitle": "本地分支",
|
||||
"SearchTitle": "搜索",
|
||||
"TagsTitle": "标签页面",
|
||||
"TagsTitle": "标签",
|
||||
"MenuTitle": "菜单",
|
||||
"CommitMenuTitle": "提交 菜单",
|
||||
"RemotesTitle": "远程页面",
|
||||
"RemotesTitle": "远程",
|
||||
"RemoteBranchesTitle": "远程分支",
|
||||
"PatchBuildingTitle": "构建补丁中",
|
||||
"InformationTitle": "信息",
|
||||
"SecondaryTitle": "次要",
|
||||
"ReflogCommitsTitle": "Reflog 页面",
|
||||
"ReflogCommitsTitle": "Reflog",
|
||||
"ConflictsResolved": "已解决所有冲突。是否继续?",
|
||||
"Continue": "继续",
|
||||
"RebasingTitle": "变基 '{{.checkedOutBranch}}'",
|
||||
@ -287,7 +297,7 @@
|
||||
"InteractiveRebase": "交互式变基到 '{{.ref}}'",
|
||||
"RebaseOntoBaseBranch": "变基到主分支 ({{.baseBranch}})",
|
||||
"InteractiveRebaseTooltip": "由于交互式变基被中断,所以你可以在继续变基之前更新TODO提交。",
|
||||
"RebaseOntoBaseBranchTooltip": "将已检出的分支变基到主分支上 (例如:最近的主分支).",
|
||||
"RebaseOntoBaseBranchTooltip": "将已检出的分支变基到主分支上(例如最近的主分支)。",
|
||||
"MustSelectTodoCommits": "在变基过程中, 该操作仅在选中TODO提交时有效。",
|
||||
"FwdNoUpstream": "此分支没有上游,无法快进",
|
||||
"FwdNoLocalUpstream": "此分支的远程未在本地注册,无法快进",
|
||||
@ -303,7 +313,6 @@
|
||||
"CherryPickCopyTooltip": "标记提交为已复制。然后,在本地提交视图中,你可以按 `{{.paste}}` (Cherry-Pick) 将已复制的提交粘贴到已检出的分支中。任何时候都可以按 `{{.escape}}` 来取消选择。",
|
||||
"CherryPickCopyRangeTooltip": "将上次已复制的提交到当前选中的提交都标记为已复制",
|
||||
"PasteCommits": "粘贴提交(拣选)",
|
||||
"SureCherryPick": "您确定要将选中的提交进行拣选到这个分支吗?",
|
||||
"CherryPick": "拣选(Cherry-Pick)",
|
||||
"CannotCherryPickNonCommit": "无法拣选TODO类型的提交",
|
||||
"CannotCherryPickMergeCommit": "不支持拣选合并类型的提交",
|
||||
@ -323,6 +332,9 @@
|
||||
"ScrollDownMainWindow": "向下滚动主面板",
|
||||
"AmendCommitTitle": "修补(amend)提交",
|
||||
"AmendCommitPrompt": "您确定要使用暂存文件来修补此提交吗?",
|
||||
"AmendCommitWithConflictsMenuPrompt": "警告:您即将使用已解决的冲突来修正上一个已完成的提交。此时这样做很可能并非您所期望的。更可能的情况是,您只是想继续执行变基操作。\n\n您仍然想要修正前一个提交吗?",
|
||||
"AmendCommitWithConflictsContinue": "否,继续变基",
|
||||
"AmendCommitWithConflictsAmend": "是,修正上一个提交",
|
||||
"DropCommitTitle": "删除提交",
|
||||
"DropCommitPrompt": "您确定要删除此提交吗?",
|
||||
"DropUpdateRefPrompt": "您确定要删除选定的 update-ref 待办事项吗?除非中止变基,否则这是不可逆转的。",
|
||||
@ -359,7 +371,6 @@
|
||||
"DiscardOldFileChangeTooltip": "放弃对此文件的提交变更",
|
||||
"DiscardFileChangesTitle": "放弃文件变更",
|
||||
"DiscardFileChangesPrompt": "您确定要舍弃此提交对该文件的变更吗?如果此文件是在此提交中创建的,它将被删除",
|
||||
"DisabledForGPG": "该功能不适用于使用 GPG 的用户",
|
||||
"CreateRepo": "当前目录不在 git 仓库中。是否在此目录创建一个新的 git 仓库?(y/n): ",
|
||||
"BareRepo": "您已经尝试在空仓库中打开Lazygit,但是Lazygit还不支持空仓库。打开最近的仓库吗?(y / n) ",
|
||||
"InitialBranch": "分支名称? (git的默认值为空): ",
|
||||
@ -395,18 +406,16 @@
|
||||
"FixupMenu_AmendWithChangesTooltip": "允许你修复另一个提交并修改提交信息",
|
||||
"FixupMenu_AmendWithoutChanges": "修改提交(不含变动内容,类似reword)",
|
||||
"FixupMenu_AmendWithoutChangesTooltip": "允许您修改另一个提交的提交消息而不更改其内容",
|
||||
"SquashAboveCommitsTooltip": "压缩在所选提交之上的所有“fixup!”提交(自动压缩)",
|
||||
"SquashAboveCommitsTooltip": "压缩所选提交之上或当前分支的所有 “fixup!” 提交(自动压缩)。",
|
||||
"SquashCommitsAboveSelectedTooltip": "压缩当前选中提交下的所有修复提交(自动压缩)",
|
||||
"SquashCommitsInCurrentBranchTooltip": "压缩当前分支中的所有修复提交(自动压缩)",
|
||||
"SquashAboveCommits": "应用该修复提交",
|
||||
"SquashCommitsInCurrentBranch": "在当前分支",
|
||||
"SquashCommitsAboveSelectedCommit": "在选定提交之上",
|
||||
"CannotSquashCommitsInCurrentBranch": "在当前分支中无法压缩提交:因为分离HEAD提交是一个合并提交或者已经存在于主分支中",
|
||||
"ExecuteCustomCommand": "执行自定义命令",
|
||||
"ExecuteCustomCommandTooltip": "弹出一个提示符,您可以在其中输入要执行的 shell 命令。不要与预配置的自定义命令混淆。",
|
||||
"CustomCommand": "自定义命令:",
|
||||
"ExecuteShellCommand": "执行 Shell 命令",
|
||||
"ShellCommand": "Shell 命令:",
|
||||
"CommitChangesWithoutHook": "提交变更而无需预先提交钩子",
|
||||
"SkipHookPrefixNotConfigured": "您尚未配置用于跳过钩子的提交消息前缀。请在您的配置中设置 `git.skipHookPrefix ='WIP'`",
|
||||
"ResetTo": "重置为",
|
||||
"ResetSoftTooltip": "将 HEAD 重置为所选提交,并将当前提交和所选提交之间的更改保留为已暂存更改。",
|
||||
"ResetMixedTooltip": "将 HEAD 重置为所选提交,并将当前提交和所选提交之间的更改保留为未暂存的更改。",
|
||||
@ -430,7 +439,6 @@
|
||||
"ScrollRight": "向右滚动",
|
||||
"DiscardPatch": "丢弃补丁",
|
||||
"DiscardPatchConfirm": "您一次只能通过一个提交或贮藏条目构建补丁。需要放弃当前补丁吗?",
|
||||
"DiscardPatchSameCommitConfirm": "您当前已将更改添加到此提交的补丁中。放弃当前补丁?",
|
||||
"CantPatchWhileRebasingError": "处于合并或变基状态时,您无法构建修补程序或运行修补程序命令",
|
||||
"ToggleAddToPatch": "补丁中包含的切换文件",
|
||||
"ToggleAddToPatchTooltip": "切换文件是否包含在自定义补丁中。请参阅 {{.doc}}。",
|
||||
@ -455,10 +463,11 @@
|
||||
"EditRemoteUrl": "输入远程仓库 {{.remoteName}} 的新 URL:",
|
||||
"RemoveRemote": "删除远程",
|
||||
"RemoveRemoteTooltip": "删除选中的远程。从远程跟踪远程分支的任何本地分支都不会受到影响。",
|
||||
"RemoveRemotePrompt": "您确定要删除远程仓库吗?",
|
||||
"DeleteRemoteBranch": "删除远程分支",
|
||||
"DeleteRemoteBranchMessage": "您确定要删除远程分支吗?",
|
||||
"DeleteRemoteBranches": "删除原创分支",
|
||||
"DeleteRemoteBranchTooltip": "从远程删除远程分支。",
|
||||
"DeleteLocalAndRemoteBranch": "删除本地和远程分支",
|
||||
"DeleteLocalAndRemoteBranches": "删除本地和远程分支",
|
||||
"SetAsUpstream": "设置为上游",
|
||||
"SetAsUpstreamTooltip": "设置为检出分支的上游",
|
||||
"SetUpstream": "设置为检出分支的上游",
|
||||
@ -474,7 +483,6 @@
|
||||
"ViewUpstreamRebaseOptionsTooltip": "查看将检出分支变基到 {{upstream}} 的选项。注意:这不会将所选分支重新设置为上游,而是将检出分支重新设置为上游。",
|
||||
"UpstreamGenericName": "所选分支的上游",
|
||||
"SetUpstreamTitle": "设置上游分支",
|
||||
"SetUpstreamMessage": "您确定要将 {{.checkedOut}} 的上游分支设置为 {{.selected}} 吗?",
|
||||
"EditRemoteTooltip": "编辑远程仓库",
|
||||
"TagCommit": "标签提交",
|
||||
"TagCommitTooltip": "创建一个新标签指向所选提交。你可以在弹窗中输入标签名称和描述(可选)。",
|
||||
@ -486,6 +494,7 @@
|
||||
"DeleteTagTitle": "要删除 '{{.tagName}}' 标签?",
|
||||
"DeleteLocalTag": "删除本地标签",
|
||||
"DeleteRemoteTag": "删除远程标签",
|
||||
"DeleteLocalAndRemoteTag": "删除本地和远程标签",
|
||||
"SelectRemoteTagUpstream": "被删除标签'{{.tagName}}'的远端",
|
||||
"DeleteRemoteTagPrompt": "你确定要从'{{.upstream}}'中删除远程标签'{{.tagName}}'吗?",
|
||||
"RemoteTagDeletedMessage": "远程标签已删除",
|
||||
@ -577,9 +586,11 @@
|
||||
"CommitMessage": "提交信息",
|
||||
"CommitSubject": "提交主题",
|
||||
"CommitAuthor": "作者",
|
||||
"CommitTags": "提交标签",
|
||||
"CopyCommitAttributeToClipboard": "复制提交属性到剪贴板",
|
||||
"CopyCommitAttributeToClipboardTooltip": "复制提交属性到剪贴板(例如,hash、URL、diff、消息、作者)。",
|
||||
"CopyBranchNameToClipboard": "将分支名称复制到剪贴板",
|
||||
"CopyTagToClipboard": "将标签复制到剪贴板",
|
||||
"CopyPathToClipboard": "将文件名复制到剪贴板",
|
||||
"CommitPrefixPatternError": "提交前缀模式错误",
|
||||
"CopySelectedTextToClipboard": "将选中文本复制到剪贴板",
|
||||
@ -593,7 +604,6 @@
|
||||
"CreateNewBranchFromCommit": "从提交创建新分支",
|
||||
"BuildingPatch": "正在构建补丁",
|
||||
"ViewCommits": "查看提交",
|
||||
"MinGitVersionError": "Git 版本必须至少为 2.20(即从 2018 年开始的版本)。请更新 git。或者在 https://github.com/jesseduffield/lazygit/issues 上提出一个问题,以使 lazygit 更加向后兼容。",
|
||||
"RunningCustomCommandStatus": "正在运行自定义命令",
|
||||
"SubmoduleStashAndReset": "存放未提交的子模块变更和更新",
|
||||
"AndResetSubmodules": "和重置子模块",
|
||||
@ -638,6 +648,7 @@
|
||||
"CommitMessageCopiedToClipboard": "复制提交消息到剪贴板",
|
||||
"CommitSubjectCopiedToClipboard": "复制提交主题到剪贴板",
|
||||
"CommitAuthorCopiedToClipboard": "复制作者到剪贴板",
|
||||
"CommitHasNoTags": "提交没有标签",
|
||||
"PatchCopiedToClipboard": "已复制补丁内容到剪贴板",
|
||||
"CopiedToClipboard": "复制到剪贴板",
|
||||
"ErrCannotEditDirectory": "无法编辑目录:您只能编辑单个文件",
|
||||
@ -662,6 +673,7 @@
|
||||
"CreatePullRequestOptions": "创建拉取请求选项",
|
||||
"DefaultBranch": "默认分支",
|
||||
"SelectBranch": "选择分支",
|
||||
"NoValidRemoteName": "名为 '%s' 的远程名称不存在",
|
||||
"CreatePullRequest": "创建拉取请求",
|
||||
"SelectConfigFile": "选择配置文件",
|
||||
"NoConfigFileFoundErr": "找不到配置文件",
|
||||
@ -689,8 +701,8 @@
|
||||
"ConfirmRevertCommit": "你确定要恢复{{.selectedCommit}}?",
|
||||
"RewordInEditorTitle": "在编辑器中重写",
|
||||
"RewordInEditorPrompt": "您确定要在编辑器中重写此提交吗?",
|
||||
"CheckoutPrompt": "您确定要检出 '%s' 吗?",
|
||||
"HardResetAutostashPrompt": "您确定要硬重置到 '%s' 吗?如有必要,将执行自动贮藏。",
|
||||
"SoftResetPrompt": "你确定要软重置到 '%s' 吗?",
|
||||
"UpstreamGone": "(上游不存在)",
|
||||
"NukeDescription": "如果您想让工作树中的所有更改消失,可以这样做。如果存在受污染的子模块更改,这会将这些更改贮藏在子模块中。",
|
||||
"DiscardStagedChangesDescription": "这将创建一个仅包含已暂存更改的新贮藏条目,然后这些更改删除,以便工作树仅保留未暂存的更改。",
|
||||
@ -725,7 +737,7 @@
|
||||
"SwitchToWorktree": "切换至工作树",
|
||||
"SwitchToWorktreeTooltip": "切换到选中的工作树",
|
||||
"AlreadyCheckedOutByWorktree": "该分支由工作树 {{.worktreeName}} 检出,您想切换到该工作树吗?",
|
||||
"BranchCheckedOutByWorktree": "该分支 {{.branchName}} 由工作树 {{.worktreeName}} 签出",
|
||||
"BranchCheckedOutByWorktree": "分支 {{.branchName}} 由工作树 {{.worktreeName}} 检出",
|
||||
"DetachWorktreeTooltip": "这将在工作树上运行“git checkout --detach”,以便它停止占用分支,但工作树的工作树将保持不变。",
|
||||
"Switching": "正在切换",
|
||||
"RemoveWorktree": "移除工作区",
|
||||
@ -763,7 +775,6 @@
|
||||
"MarkAsBaseCommit": "标记一个主提交用于变基",
|
||||
"MarkAsBaseCommitTooltip": "选择下一次变基的主提交。当您变基到一个分支时,只有高于主提交的提交才会被引入。这使用“git rebase --onto”命令。",
|
||||
"MarkedCommitMarker": "↑↑↑ 将从这里开始变基 ↑↑↑",
|
||||
"PleaseGoToURL": "清查看 {{.url}}",
|
||||
"NoCopiedCommits": "未复制提交",
|
||||
"DisabledMenuItemPrefix": "不可用: ",
|
||||
"QuickStartInteractiveRebase": "开始交互式变基",
|
||||
@ -776,16 +787,16 @@
|
||||
"NoItemSelected": "没有条目被选中",
|
||||
"SelectedItemIsNotABranch": "选中的条目不是一个分支",
|
||||
"SelectedItemDoesNotHaveFiles": "选中的条目中没有",
|
||||
"RangeSelectNotSupportedForSubmodules": "子模块不支持范围选择",
|
||||
"OldCherryPickKeyWarning": "The 'c' key is no longer the default key for copying commits to cherry pick. Please use `{{.copy}}` instead (and `{{.paste}}` to paste). The reason for this change is that the 'v' key for selecting a range of lines when staging is now also used for selecting a range of lines in any list view, meaning that we needed to find a new key for pasting commits, and if we're going to now use `{{.paste}}` for pasting commits, we may as well use `{{.copy}}` for copying them. If you want to configure the keybindings to get the old behaviour, set the following in your config:\n\nkeybinding:\n universal:\n toggleRangeSelect: <something other than v>\n commits:\n cherryPickCopy: 'c'\n pasteCommits: 'v'",
|
||||
"CommandDoesNotSupportOpeningInEditor": "该命令不支持切换到编辑器",
|
||||
"Actions": {
|
||||
"CheckoutCommit": "检出提交",
|
||||
"CheckoutBranchAtCommit": "检出分支 '%s'",
|
||||
"CheckoutTag": "检出标签",
|
||||
"CheckoutBranch": "检出分支",
|
||||
"CheckoutBranchOrCommit": "检出分支或提交",
|
||||
"ForceCheckoutBranch": "强制检出分支",
|
||||
"DeleteLocalBranch": "删除本地分支",
|
||||
"DeleteBranch": "删除分支",
|
||||
"Merge": "合并",
|
||||
"SquashMerge": "压缩合并",
|
||||
"RebaseBranch": "变基分支",
|
||||
@ -910,7 +921,7 @@
|
||||
"Bisecting": "二分查找中"
|
||||
},
|
||||
"Log": {
|
||||
"EditRebase": "开始基于 '{{.ref}}' 进行交互式变基",
|
||||
"EditRebase": "开始从 '{{.ref}}' 进行交互式变基",
|
||||
"MoveCommitUp": "向下移动 TODO: '{{.shortHash}}'",
|
||||
"MoveCommitDown": "向上移动 TODO: '{{.shortHash}}'",
|
||||
"CherryPickCommits": "拣选提交:\n'{{.commitLines}}'",
|
||||
@ -926,6 +937,7 @@
|
||||
"BreakingChangesTitle": "重大变化",
|
||||
"BreakingChangesMessage": "您正在更新到 lazygit 的新版本,其中含有中断的更改。请阅读下面的说明,并在必要时更新您的配置。\n欲了解更多信息,请参阅 <https://github.com/jesseduffield/lazygit/releases> 的完整版本说明。",
|
||||
"BreakingChangesByVersion": {
|
||||
"0.41.0": "- 当您按“g”调出 git 重置菜单时,“mixed”选项现在是第一个也是默认选项,而不是“soft”。这是因为“mixed”是最常用的选项。\n- 提交消息面板现在默认自动硬换行(即,当您到达页边距时,它会添加换行符)。您可以像这样调整配置:\n\ngit:\n commit:\n autoWrapCommitMessage: true\n autoWrapWidth: 72\n\n- “v”键已在暂存视图中用于启动范围选择,但现在您可以使用它在任何视图中启动范围选择。不幸的是,这与粘贴提交(cherry-pick)的“v”键绑定冲突,因此现在粘贴提交是通过“shift+V”完成的,为了一致性,复制提交现在是通过“shift+C”而不是“c”。请注意,“v”键绑定只是启动范围选择的一种方法:您可以使用 shift+向上/向下箭头。因此,如果您想配置cherry-pick键绑定以获得旧行为,请在配置中设置以下内容:\n\nkeybinding:\n universal:\n toggleRangeSelect: <something other than v>\n commits:\n cherryPickCopy: 'c'\n pasteCommits: 'v'\n\n- 使用“shift-S”压缩修复现在会弹出一个菜单,默认选项是压缩分支中的所有修复提交。仅压缩所选提交之上的修复提交的原始行为仍然可以作为该菜单中的第二个选项使用。\n- Push/pull/fetch 加载状态现在显示在分支上,而不是在弹出窗口中。这允许您例如并行获取多个分支并查看每个分支的状态。\n- 提交视图中的 git 日志图现在始终默认显示(以前仅在视图最大化时显示)。如果你发现这太冗余了,你可以通过 ctrl+L -> 'Show git graph' -> 'when maximized' 将其改回来\n- 在远程分支上按空格用于显示输入新本地分支名称的提示,以从远程分支检出。现在它只是直接检查远程分支,让您在同名的新本地分支或分离的头之间进行选择。旧的行为仍然可以通过“n”键绑定使用。\n- 默认情况下,过滤(例如按“/”时)不太模糊;它现在只匹配子字符串。多个子字符串可以通过用空格分隔来匹配。如果您想恢复到旧的行为,请在配置中设置以下内容:\n\ngui:\n filterMode: 'fuzzy'\n\t "
|
||||
"0.41.0": "- 当您按“g”调出 git 重置菜单时,“mixed”选项现在是第一个也是默认选项,而不是“soft”。这是因为“mixed”是最常用的选项。\n- 提交消息面板现在默认自动硬换行(即,当您到达页边距时,它会添加换行符)。您可以像这样调整配置:\n\ngit:\n commit:\n autoWrapCommitMessage: true\n autoWrapWidth: 72\n\n- “v”键已在暂存视图中用于启动范围选择,但现在您可以使用它在任何视图中启动范围选择。不幸的是,这与粘贴提交(cherry-pick)的“v”键绑定冲突,因此现在粘贴提交是通过“shift+V”完成的,为了一致性,复制提交现在是通过“shift+C”而不是“c”。请注意,“v”键绑定只是启动范围选择的一种方法:您可以使用 shift+向上/向下箭头。因此,如果您想配置cherry-pick键绑定以获得旧行为,请在配置中设置以下内容:\n\nkeybinding:\n universal:\n toggleRangeSelect: <something other than v>\n commits:\n cherryPickCopy: 'c'\n pasteCommits: 'v'\n\n- 使用“shift-S”压缩修复现在会弹出一个菜单,默认选项是压缩分支中的所有修复提交。仅压缩所选提交之上的修复提交的原始行为仍然可以作为该菜单中的第二个选项使用。\n- Push/pull/fetch 加载状态现在显示在分支上,而不是在弹出窗口中。这允许您例如并行获取多个分支并查看每个分支的状态。\n- 提交视图中的 git 日志图现在始终默认显示(以前仅在视图最大化时显示)。如果你发现这太冗余了,你可以通过 ctrl+L -> 'Show git graph' -> 'when maximized' 将其改回来\n- 在远程分支上按空格用于显示输入新本地分支名称的提示,以从远程分支检出。现在它只是直接检查远程分支,让您在同名的新本地分支或分离的头之间进行选择。旧的行为仍然可以通过“n”键绑定使用。\n- 默认情况下,过滤(例如按“/”时)不太模糊;它现在只匹配子字符串。多个子字符串可以通过用空格分隔来匹配。如果您想恢复到旧的行为,请在配置中设置以下内容:\n\ngui:\n filterMode: 'fuzzy'\n\t ",
|
||||
"0.44.0": "- gui.branchColors 配置选项已弃用;其将在未来的版本中被移除。请使用 gui.branchColorPatterns 代替。\n- 以 \"feature/\",\"bugfix/\" 和 \"hotfix/\" 开头的分支自动上色已移除;如果你想要保留该功能,可以通过设置新的 gui.branchColorPatterns 选项来启用。"
|
||||
}
|
||||
}
|
||||
|
@ -48,7 +48,6 @@
|
||||
"FileFilter": "篩選檔案 (預存/未預存)",
|
||||
"CopyToClipboardMenu": "複製到剪貼簿",
|
||||
"CopyFileName": "檔案名稱",
|
||||
"CopyFilePath": "路徑",
|
||||
"CopyFileDiffTooltip": "如果有已預存的項目,此指令只考慮它們。否則,它將考慮所有未暫存的項目。",
|
||||
"CopySelectedDiff": "所選檔案的差異",
|
||||
"CopyAllFilesDiff": "所有檔案的差異",
|
||||
@ -58,7 +57,6 @@
|
||||
"AllFilesDiffCopiedToast": "已複製所有檔案差異",
|
||||
"FilterStagedFiles": "僅顯示預存的檔案",
|
||||
"FilterUnstagedFiles": "僅顯示未預存的檔案",
|
||||
"ResetFilter": "重設篩選",
|
||||
"MergeConflictsTitle": "合併衝突",
|
||||
"Checkout": "檢出",
|
||||
"CheckoutTooltip": "檢出選定的項目。",
|
||||
@ -130,7 +128,6 @@
|
||||
"Apply": "套用",
|
||||
"NoStashEntries": "沒有收藏記錄",
|
||||
"StashDrop": "放棄收藏記錄",
|
||||
"SureDropStashEntry": "是否捨棄這條收藏記錄?",
|
||||
"StashPop": "還原收藏記錄",
|
||||
"SurePopStashEntry": "是否從收藏中還原這個記錄?",
|
||||
"StashApply": "套用收藏記錄",
|
||||
@ -177,14 +174,11 @@
|
||||
"RegularMerge": "一般合併",
|
||||
"ConfirmQuit": "是否結束?",
|
||||
"SwitchRepo": "切換到最近使用的版本庫",
|
||||
"AllBranchesLogGraph": "顯示所有分支日誌",
|
||||
"UnsupportedGitService": "不支援的 git 服務",
|
||||
"CopyPullRequestURL": "複製拉取請求的 URL 到剪貼板",
|
||||
"NoBranchOnRemote": "這個分支在遠端不存在。需要先將其推送至遠端。",
|
||||
"Fetch": "擷取",
|
||||
"FetchTooltip": "同步遠端異動",
|
||||
"NoAutomaticGitFetchTitle": "手動 git 擷取",
|
||||
"NoAutomaticGitFetchBody": "lazygit 無法在私有庫使用 \"git 擷取\";在檔案面板中使用 'f' 手動執行 \"git 擷取\"",
|
||||
"FileEnter": "選擇檔案中的單個程式碼塊/行,或展開/折疊目錄",
|
||||
"FileStagingRequirements": "只能選擇跟踪檔案中的單個行",
|
||||
"StageSelectionTooltip": "切換現有行的狀態 (已預存/未預存)",
|
||||
@ -240,7 +234,6 @@
|
||||
"ChangingThisActionIsNotAllowed": "不允許更改此類變基待辦事項",
|
||||
"CherryPickCopy": "複製提交 (揀選)",
|
||||
"PasteCommits": "貼上提交 (揀選)",
|
||||
"SureCherryPick": "是否將複製的提交揀選到此分支?",
|
||||
"CherryPick": "揀選 (Cherry-pick)",
|
||||
"Donate": "贊助",
|
||||
"AskQuestion": "諮詢",
|
||||
@ -287,7 +280,6 @@
|
||||
"CheckoutCommitFileTooltip": "檢出檔案",
|
||||
"DiscardFileChangesTitle": "捨棄檔案更改",
|
||||
"DiscardFileChangesPrompt": "是否捨棄此提交?如果這個檔案是在此提交中創建的,它將被刪除",
|
||||
"DisabledForGPG": "此功能不適用於 GPG 加密",
|
||||
"CreateRepo": "未在 git 版本庫中。是否建立新版本庫? (y/n): ",
|
||||
"BareRepo": "你嘗試在裸版本庫中開啟 Lazygit,但 Lazygit 尚未支援裸版本庫。是否開啟最新版本庫? (y/n) ",
|
||||
"InitialBranch": "分支名稱?(留空使用 git 的預設值):",
|
||||
@ -314,10 +306,7 @@
|
||||
"CreateFixupCommitTooltip": "為此提交建立修復提交",
|
||||
"SquashAboveCommitsTooltip": "是否壓縮上方 {{.commit}} 所有「fixup」提交?",
|
||||
"SquashAboveCommits": "壓縮上方所有「fixup」提交(自動壓縮)",
|
||||
"ExecuteCustomCommand": "執行自訂命令",
|
||||
"CustomCommand": "自訂命令:",
|
||||
"CommitChangesWithoutHook": "沒有預提交 hook 就提交更改",
|
||||
"SkipHookPrefixNotConfigured": "你尚未配置略過 hook 的提交訊息前綴,請在設定中設置 `git.skipHookPrefix = 'WIP'`",
|
||||
"ResetTo": "重設至",
|
||||
"PressEnterToReturn": "按 Enter 返回到 lazygit",
|
||||
"ViewStashOptions": "檢視收藏選項",
|
||||
@ -353,9 +342,7 @@
|
||||
"EditRemoteName": "輸入更新 {{.remoteName}} 遠端名稱:",
|
||||
"EditRemoteUrl": "輸入更新 {{.remoteName}} 遠端 URL:",
|
||||
"RemoveRemote": "移除遠端",
|
||||
"RemoveRemotePrompt": "你確定要移除遠端?",
|
||||
"DeleteRemoteBranch": "刪除遠端分支",
|
||||
"DeleteRemoteBranchMessage": "你確定要刪除遠端分支?",
|
||||
"SetAsUpstream": "設置為遠端",
|
||||
"SetAsUpstreamTooltip": "將此分支設為當前分支之遠端",
|
||||
"SetUpstream": "設定選定分支的遠端分支",
|
||||
@ -368,7 +355,6 @@
|
||||
"ViewUpstreamRebaseOptionsTooltip": "查看變基當前分支到 {{upstream}} 的選項。注意:此動作不會變基所選的遠端,而是將當前分支變基到遠端",
|
||||
"UpstreamGenericName": "選定分支的選端",
|
||||
"SetUpstreamTitle": "設定遠端分支",
|
||||
"SetUpstreamMessage": "你確定要將 '{{. selected}}' 設為 '{{.checkedOut}}' 的上游分支?",
|
||||
"EditRemoteTooltip": "編輯遠端",
|
||||
"TagCommit": "打標籤到提交",
|
||||
"TagMenuTitle": "建立標籤",
|
||||
@ -464,7 +450,6 @@
|
||||
"CreateNewBranchFromCommit": "從提交建立新分支",
|
||||
"BuildingPatch": "正在建立補丁",
|
||||
"ViewCommits": "檢視提交",
|
||||
"MinGitVersionError": "請升級 git 至新於 2.20(即從 2018 年起)之版本。或於 https://github.com/jesseduffield/lazygit/issues 上回報問題使 lazygit 能支援更舊的 git 版本。",
|
||||
"RunningCustomCommandStatus": "正在執行自訂命令",
|
||||
"SubmoduleStashAndReset": "收藏未提交的子模組變更並更新",
|
||||
"AndResetSubmodules": "以及重設子模組",
|
||||
@ -548,7 +533,6 @@
|
||||
"ConfirmRevertCommit": "是否還原 {{.selectedCommit}} ?",
|
||||
"RewordInEditorTitle": "在編輯器中改寫",
|
||||
"RewordInEditorPrompt": "是否在編輯器中改寫此提交?",
|
||||
"CheckoutPrompt": "是否檢出 '%s' ?",
|
||||
"HardResetAutostashPrompt": "是否強制重設為 '%s' ?如果需要會進行自動存儲。",
|
||||
"UpstreamGone": "(遠端已經不存在)",
|
||||
"NukeDescription": "如果你想讓所有工作樹上的變更消失,這就是正確的選項。如果有未提交的子模組變更,它們將被收藏在子模組中。",
|
||||
@ -610,7 +594,6 @@
|
||||
"MarkAsBaseCommit": "為了變基已標注提交為基準提交",
|
||||
"MarkAsBaseCommitTooltip": "請為了下一次變基選擇一項基準提交;此將執行 `git rebase --onto`。",
|
||||
"MarkedCommitMarker": "↑↑↑ 將由此變基 ↑↑↑",
|
||||
"PleaseGoToURL": "請開啟 URL:{{.url}}",
|
||||
"NoCopiedCommits": "未複製提交",
|
||||
"DisabledMenuItemPrefix": "已停用:",
|
||||
"QuickStartInteractiveRebase": "開始互動變基",
|
||||
@ -621,7 +604,6 @@
|
||||
"CheckoutBranch": "檢出分支",
|
||||
"ForceCheckoutBranch": "強制檢出分支",
|
||||
"DeleteLocalBranch": "刪除本地分支",
|
||||
"DeleteBranch": "刪除分支",
|
||||
"Merge": "合併",
|
||||
"RebaseBranch": "變基分支",
|
||||
"RenameBranch": "重新命名分支",
|
||||
|
Loading…
x
Reference in New Issue
Block a user