Skip to content

Commit 357352c

Browse files
doc: Update translation status and sort locale files
1 parent 29cb035 commit 357352c

File tree

2 files changed

+30
-76
lines changed

2 files changed

+30
-76
lines changed

TRANSLATION.md

Lines changed: 5 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -554,57 +554,21 @@ This document shows the translation status of each locale file in the repository
554554

555555
</details>
556556

557-
### ![pt__BR](https://img.shields.io/badge/pt__BR-67.53%25-red)
557+
### ![pt__BR](https://img.shields.io/badge/pt__BR-71.08%25-red)
558558

559559
<details>
560560
<summary>Missing keys in pt_BR.axaml</summary>
561561

562-
- Text.About.ReleaseDate
563-
- Text.About.ReleaseNotes
564-
- Text.AddToIgnore
565-
- Text.AddToIgnore.Pattern
566-
- Text.AddToIgnore.Storage
567-
- Text.AIAssistant.Regen
568-
- Text.AIAssistant.Use
569-
- Text.App.Hide
570-
- Text.App.ShowAll
571-
- Text.ApplyStash
572-
- Text.ApplyStash.DropAfterApply
573-
- Text.ApplyStash.RestoreIndex
574-
- Text.ApplyStash.Stash
575-
- Text.Askpass.Passphrase
576-
- Text.Avatar.Load
577-
- Text.Bisect
578-
- Text.Bisect.Abort
579-
- Text.Bisect.Bad
580-
- Text.Bisect.Detecting
581-
- Text.Bisect.Good
582-
- Text.Bisect.Skip
583-
- Text.Bisect.WaitingForRange
584562
- Text.Blame.BlameOnPreviousRevision
585-
- Text.Blame.IgnoreWhitespace
586-
- Text.BranchCM.CompareTwo
587-
- Text.BranchCM.CompareWith
588-
- Text.BranchCM.CompareWithHead
589-
- Text.BranchCM.CreatePR
590-
- Text.BranchCM.CreatePRForUpstream
591-
- Text.BranchCM.CustomAction
592-
- Text.BranchCM.EditDescription
593-
- Text.BranchCM.MergeMultiBranches
594-
- Text.BranchCM.ResetToSelectedCommit
595-
- Text.BranchCM.SwitchToWorktree
596-
- Text.BranchTree.Ahead
597563
- Text.BranchTree.AheadBehind
598564
- Text.BranchTree.Behind
599-
- Text.BranchTree.InvalidUpstream
600-
- Text.BranchTree.Remote
601-
- Text.BranchTree.Status
602565
- Text.BranchTree.Tracking
603566
- Text.BranchTree.URL
604567
- Text.BranchTree.Worktree
605568
- Text.ChangeSubmoduleUrl
606569
- Text.ChangeSubmoduleUrl.Submodule
607570
- Text.ChangeSubmoduleUrl.URL
571+
- Text.Checkout.LocalChanges.StashAndReapply
608572
- Text.Checkout.WarnLostCommits
609573
- Text.Checkout.WarnUpdatingSubmodules
610574
- Text.Checkout.WithFastForward
@@ -638,6 +602,7 @@ This document shows the translation status of each locale file in the repository
638602
- Text.CommitDetail.Info.Signer
639603
- Text.CommitMessageTextBox.Placeholder
640604
- Text.CommitMessageTextBox.SubjectCount
605+
- Text.Compare
641606
- Text.Compare.WithHead
642607
- Text.Configure.CommitMessageTemplate.BuiltinVars
643608
- Text.Configure.CustomAction.Arguments.Tip
@@ -673,6 +638,7 @@ This document shows the translation status of each locale file in the repository
673638
- Text.ConfirmRestart.Title
674639
- Text.ConfirmRestart.Message
675640
- Text.CopyFullPath
641+
- Text.CreateBranch.LocalChanges.StashAndReapply
676642
- Text.CreateBranch.OverwriteExisting
677643
- Text.DeinitSubmodule
678644
- Text.DeinitSubmodule.Force
@@ -761,6 +727,7 @@ This document shows the translation status of each locale file in the repository
761727
- Text.Preferences.Git.UseLibsecret
762728
- Text.Preferences.Shell.Args
763729
- Text.Preferences.Shell.Args.Tip
730+
- Text.Pull.LocalChanges.StashAndReapply
764731
- Text.Push.New
765732
- Text.Push.Revision
766733
- Text.Push.Revision.Title

src/Resources/Locales/pt_BR.axaml

Lines changed: 25 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
22
<ResourceDictionary.MergedDictionaries>
3-
<ResourceInclude Source="avares://SourceGit/Resources/Locales/en_US.axaml" />
3+
<ResourceInclude Source="avares://SourceGit/Resources/Locales/en_US.axaml"/>
44
</ResourceDictionary.MergedDictionaries>
5+
56
<x:String x:Key="Text.About" xml:space="preserve">Sobre</x:String>
67
<x:String x:Key="Text.About.Menu" xml:space="preserve">Sobre o SourceGit</x:String>
78
<x:String x:Key="Text.About.ReleaseDate" xml:space="preserve">Data de Lançamento</x:String>
89
<x:String x:Key="Text.About.ReleaseNotes" xml:space="preserve">Notas de Lançamento</x:String>
910
<x:String x:Key="Text.About.SubTitle" xml:space="preserve">Cliente Git GUI Livre e de Código Aberto</x:String>
1011
<x:String x:Key="Text.AddToIgnore" xml:space="preserve">Adicionar Arquivo(s) ao Ignore</x:String>
1112
<x:String x:Key="Text.AddToIgnore.Pattern" xml:space="preserve">Padrão:</x:String>
12-
<x:String x:Key="Text.AddWorktree" xml:space="preserve">Adicionar Worktree</x:String>
1313
<x:String x:Key="Text.AddToIgnore.Storage" xml:space="preserve">Salvar arquivo:</x:String>
14+
<x:String x:Key="Text.AddWorktree" xml:space="preserve">Adicionar Worktree</x:String>
1415
<x:String x:Key="Text.AddWorktree.Location" xml:space="preserve">Localização:</x:String>
1516
<x:String x:Key="Text.AddWorktree.Location.Placeholder" xml:space="preserve">Caminho para este worktree. Caminho relativo é suportado.</x:String>
1617
<x:String x:Key="Text.AddWorktree.Name" xml:space="preserve">Nome do Branch:</x:String>
@@ -24,74 +25,70 @@
2425
<x:String x:Key="Text.AIAssistant.Regen" xml:space="preserve">Gerar novamente</x:String>
2526
<x:String x:Key="Text.AIAssistant.Tip" xml:space="preserve">Utilizar IA para gerar mensagem de commit</x:String>
2627
<x:String x:Key="Text.AIAssistant.Use" xml:space="preserve">APLICAR COMO MENSAGEM DE COMMMIT</x:String>
27-
<x:String x:Key="Text.Apply" xml:space="preserve">Patch</x:String>
2828
<x:String x:Key="Text.App.Hide" xml:space="preserve">Esconder SourceGit</x:String>
29-
<x:String x:Key="Text.Apply.File" xml:space="preserve">Arquivo de Patch:</x:String>
3029
<x:String x:Key="Text.App.ShowAll" xml:space="preserve">Mostrar Todos</x:String>
30+
<x:String x:Key="Text.Apply" xml:space="preserve">Patch</x:String>
31+
<x:String x:Key="Text.Apply.File" xml:space="preserve">Arquivo de Patch:</x:String>
3132
<x:String x:Key="Text.Apply.File.Placeholder" xml:space="preserve">Selecione o arquivo .patch para aplicar</x:String>
3233
<x:String x:Key="Text.Apply.IgnoreWS" xml:space="preserve">Ignorar mudanças de espaço em branco</x:String>
3334
<x:String x:Key="Text.Apply.Title" xml:space="preserve">Aplicar Patch</x:String>
3435
<x:String x:Key="Text.Apply.WS" xml:space="preserve">Espaço em Branco:</x:String>
35-
<x:String x:Key="Text.Archive" xml:space="preserve">Arquivar...</x:String>
3636
<x:String x:Key="Text.ApplyStash" xml:space="preserve">Aplicar Stash</x:String>
37-
<x:String x:Key="Text.Archive.File" xml:space="preserve">Salvar Arquivo Como:</x:String>
3837
<x:String x:Key="Text.ApplyStash.DropAfterApply" xml:space="preserve">Apagar depois de aplicar</x:String>
39-
<x:String x:Key="Text.Archive.File.Placeholder" xml:space="preserve">Selecione o caminho do arquivo de arquivo</x:String>
40-
<x:String x:Key="Text.ApplyStash.Stash" xml:space="preserve">Stash:</x:String>
4138
<x:String x:Key="Text.ApplyStash.RestoreIndex" xml:space="preserve">Restabelecer as alterações do índice</x:String>
39+
<x:String x:Key="Text.ApplyStash.Stash" xml:space="preserve">Stash:</x:String>
40+
<x:String x:Key="Text.Archive" xml:space="preserve">Arquivar...</x:String>
41+
<x:String x:Key="Text.Archive.File" xml:space="preserve">Salvar Arquivo Como:</x:String>
42+
<x:String x:Key="Text.Archive.File.Placeholder" xml:space="preserve">Selecione o caminho do arquivo de arquivo</x:String>
4243
<x:String x:Key="Text.Archive.Revision" xml:space="preserve">Revisão:</x:String>
4344
<x:String x:Key="Text.Archive.Title" xml:space="preserve">Arquivar</x:String>
4445
<x:String x:Key="Text.Askpass" xml:space="preserve">SourceGit Askpass</x:String>
45-
<x:String x:Key="Text.AssumeUnchanged" xml:space="preserve">ARQUIVOS CONSIDERADOS SEM ALTERAÇÕES</x:String>
4646
<x:String x:Key="Text.Askpass.Passphrase" xml:space="preserve">Entre com a senha</x:String>
47+
<x:String x:Key="Text.AssumeUnchanged" xml:space="preserve">ARQUIVOS CONSIDERADOS SEM ALTERAÇÕES</x:String>
4748
<x:String x:Key="Text.AssumeUnchanged.Empty" xml:space="preserve">NENHUM ARQUIVO CONSIDERADO SEM ALTERAÇÕES</x:String>
4849
<x:String x:Key="Text.Avatar.Load" xml:space="preserve">Carregar imagem...</x:String>
4950
<x:String x:Key="Text.Avatar.Refetch" xml:space="preserve">Atualizar</x:String>
5051
<x:String x:Key="Text.BinaryNotSupported" xml:space="preserve">ARQUIVO BINÁRIO NÃO SUPORTADO!!!</x:String>
5152
<x:String x:Key="Text.Bisect" xml:space="preserve">Bisect</x:String>
52-
<x:String x:Key="Text.Bisect.WaitingForRange" xml:space="preserve">Bisect. Marcar o commit atual como válido ou inválido e checar outro commit.</x:String>
53-
<x:String x:Key="Text.Blame" xml:space="preserve">Blame</x:String>
5453
<x:String x:Key="Text.Bisect.Abort" xml:space="preserve">Abortar</x:String>
55-
<x:String x:Key="Text.BlameTypeNotSupported" xml:space="preserve">BLAME NESTE ARQUIVO NÃO É SUPORTADO!!!</x:String>
56-
<x:String x:Key="Text.Bisect.Detecting" xml:space="preserve">Bisect. O HEAD atual é válido ou inválido?</x:String>
5754
<x:String x:Key="Text.Bisect.Bad" xml:space="preserve">Inválido</x:String>
58-
<x:String x:Key="Text.BranchCM.Checkout" xml:space="preserve">Checkout ${0}$...</x:String>
55+
<x:String x:Key="Text.Bisect.Detecting" xml:space="preserve">Bisect. O HEAD atual é válido ou inválido?</x:String>
5956
<x:String x:Key="Text.Bisect.Good" xml:space="preserve">Válido</x:String>
60-
<x:String x:Key="Text.BranchCM.CompareWithCurrent" xml:space="preserve">Comparar com ${0}$</x:String>
6157
<x:String x:Key="Text.Bisect.Skip" xml:space="preserve">Pular</x:String>
62-
<x:String x:Key="Text.BranchCM.CompareWithWorktree" xml:space="preserve">Comparar com Worktree</x:String>
63-
<x:String x:Key="Text.BranchCM.CompareTwo" xml:space="preserve">Comparar ambos os branches selecionados</x:String>
58+
<x:String x:Key="Text.Bisect.WaitingForRange" xml:space="preserve">Bisect. Marcar o commit atual como válido ou inválido e checar outro commit.</x:String>
59+
<x:String x:Key="Text.Blame" xml:space="preserve">Blame</x:String>
6460
<x:String x:Key="Text.Blame.IgnoreWhitespace" xml:space="preserve">Ignorar espaços em branco</x:String>
65-
<x:String x:Key="Text.BranchCM.CopyName" xml:space="preserve">Copiar Nome do Branch</x:String>
6661
<x:String x:Key="Text.Blame.TypeNotSupported" xml:space="preserve">BLAME NESSE ARQUIVO NÃO É SUPORTADO!!!</x:String>
67-
<x:String x:Key="Text.BranchCM.CompareWithHead" xml:space="preserve">Comparar com HEAD</x:String>
62+
<x:String x:Key="Text.BranchCM.Checkout" xml:space="preserve">Checkout ${0}$...</x:String>
63+
<x:String x:Key="Text.BranchCM.CompareTwo" xml:space="preserve">Comparar ambos os branches selecionados</x:String>
6864
<x:String x:Key="Text.BranchCM.CompareWith" xml:space="preserve">Comparar com...</x:String>
69-
<x:String x:Key="Text.BranchCM.CustomAction" xml:space="preserve">Ação personalizada</x:String>
65+
<x:String x:Key="Text.BranchCM.CompareWithHead" xml:space="preserve">Comparar com HEAD</x:String>
66+
<x:String x:Key="Text.BranchCM.CopyName" xml:space="preserve">Copiar Nome do Branch</x:String>
7067
<x:String x:Key="Text.BranchCM.CreatePR" xml:space="preserve">Criar PR...</x:String>
71-
<x:String x:Key="Text.BranchCM.Delete" xml:space="preserve">Excluir ${0}$...</x:String>
7268
<x:String x:Key="Text.BranchCM.CreatePRForUpstream" xml:space="preserve">Criar PR para o upstream ${0}$...</x:String>
69+
<x:String x:Key="Text.BranchCM.CustomAction" xml:space="preserve">Ação personalizada</x:String>
70+
<x:String x:Key="Text.BranchCM.Delete" xml:space="preserve">Excluir ${0}$...</x:String>
7371
<x:String x:Key="Text.BranchCM.DeleteMultiBranches" xml:space="preserve">Excluir {0} branches selecionados</x:String>
74-
<x:String x:Key="Text.BranchCM.FastForward" xml:space="preserve">Fast-Forward para ${0}$</x:String>
7572
<x:String x:Key="Text.BranchCM.EditDescription" xml:space="preserve">Editar descri ção para %{0}%...</x:String>
73+
<x:String x:Key="Text.BranchCM.FastForward" xml:space="preserve">Fast-Forward para ${0}$</x:String>
7674
<x:String x:Key="Text.BranchCM.FetchInto" xml:space="preserve">Buscar ${0}$ em ${1}$...</x:String>
7775
<x:String x:Key="Text.BranchCM.Finish" xml:space="preserve">Git Flow - Finalizar ${0}$</x:String>
7876
<x:String x:Key="Text.BranchCM.Merge" xml:space="preserve">Mesclar ${0}$ em ${1}$...</x:String>
79-
<x:String x:Key="Text.BranchCM.Pull" xml:space="preserve">Puxar ${0}$</x:String>
8077
<x:String x:Key="Text.BranchCM.MergeMultiBranches" xml:space="preserve">Mesclar os {0} branches no branch atual</x:String>
78+
<x:String x:Key="Text.BranchCM.Pull" xml:space="preserve">Puxar ${0}$</x:String>
8179
<x:String x:Key="Text.BranchCM.PullInto" xml:space="preserve">Puxar ${0}$ para ${1}$...</x:String>
8280
<x:String x:Key="Text.BranchCM.Push" xml:space="preserve">Subir ${0}$</x:String>
8381
<x:String x:Key="Text.BranchCM.Rebase" xml:space="preserve">Rebase ${0}$ em ${1}$...</x:String>
8482
<x:String x:Key="Text.BranchCM.Rename" xml:space="preserve">Renomear ${0}$...</x:String>
8583
<x:String x:Key="Text.BranchCM.ResetToSelectedCommit" xml:space="preserve">Restaurar ${0}$ para ${1}$...</x:String>
86-
<x:String x:Key="Text.BranchCM.Tracking" xml:space="preserve">Definir Branch de Rastreamento...</x:String>
8784
<x:String x:Key="Text.BranchCM.SwitchToWorktree" xml:space="preserve">Mudar para ${0}$ (worktree)</x:String>
88-
<x:String x:Key="Text.BranchCompare" xml:space="preserve">Comparação de Branches</x:String>
85+
<x:String x:Key="Text.BranchCM.Tracking" xml:space="preserve">Definir Branch de Rastreamento...</x:String>
86+
<x:String x:Key="Text.BranchTree.Ahead" xml:space="preserve">{0} commit(s) à frente</x:String>
87+
<x:String x:Key="Text.BranchTree.InvalidUpstream" xml:space="preserve">Inválido</x:String>
8988
<x:String x:Key="Text.BranchTree.Remote" xml:space="preserve">REMOTO</x:String>
89+
<x:String x:Key="Text.BranchTree.Status" xml:space="preserve">ESTADO</x:String>
9090
<x:String x:Key="Text.Cancel" xml:space="preserve">CANCELAR</x:String>
91-
<x:String x:Key="Text.BranchTree.Ahead" xml:space="preserve">{0} commit(s) à frente</x:String>
9291
<x:String x:Key="Text.ChangeCM.CheckoutFirstParentRevision" xml:space="preserve">Resetar para Revisão Pai</x:String>
93-
<x:String x:Key="Text.BranchTree.Status" xml:space="preserve">ESTADO</x:String>
94-
<x:String x:Key="Text.BranchTree.InvalidUpstream" xml:space="preserve">Inválido</x:String>
9592
<x:String x:Key="Text.ChangeCM.CheckoutThisRevision" xml:space="preserve">Resetar para Esta Revisão</x:String>
9693
<x:String x:Key="Text.ChangeCM.GenerateCommitMessage" xml:space="preserve">Gerar mensagem de commit</x:String>
9794
<x:String x:Key="Text.ChangeDisplayMode" xml:space="preserve">ALTERAR MODO DE EXIBIÇÃO</x:String>
@@ -104,7 +101,6 @@
104101
<x:String x:Key="Text.Checkout.Commit.Warning" xml:space="preserve">Aviso: Ao fazer o checkout de um commit, seu Head ficará desanexado</x:String>
105102
<x:String x:Key="Text.Checkout.LocalChanges" xml:space="preserve">Alterações Locais:</x:String>
106103
<x:String x:Key="Text.Checkout.LocalChanges.Discard" xml:space="preserve">Descartar</x:String>
107-
<x:String x:Key="Text.Checkout.LocalChanges.StashAndReply" xml:space="preserve">Stash &amp; Reaplicar</x:String>
108104
<x:String x:Key="Text.Checkout.Target" xml:space="preserve">Branch:</x:String>
109105
<x:String x:Key="Text.CherryPick" xml:space="preserve">Cherry-Pick</x:String>
110106
<x:String x:Key="Text.CherryPick.AppendSourceToMessage" xml:space="preserve">Adicionar origem à mensagem de commit</x:String>
@@ -150,8 +146,6 @@
150146
<x:String x:Key="Text.CommitDetail.Info.Refs" xml:space="preserve">REFERÊNCIAS</x:String>
151147
<x:String x:Key="Text.CommitDetail.Info.SHA" xml:space="preserve">SHA</x:String>
152148
<x:String x:Key="Text.CommitDetail.Info.WebLinks" xml:space="preserve">Abrir no navegador</x:String>
153-
<x:String x:Key="Text.CommitMessageTextBox.MessagePlaceholder" xml:space="preserve">Descrição</x:String>
154-
<x:String x:Key="Text.CommitMessageTextBox.SubjectPlaceholder" xml:space="preserve">Insira o assunto do commit</x:String>
155149
<x:String x:Key="Text.Configure" xml:space="preserve">Configurar Repositório</x:String>
156150
<x:String x:Key="Text.Configure.CommitMessageTemplate" xml:space="preserve">TEMPLATE DE COMMIT</x:String>
157151
<x:String x:Key="Text.Configure.CommitMessageTemplate.Content" xml:space="preserve">Conteúdo do Template:</x:String>
@@ -206,7 +200,6 @@
206200
<x:String x:Key="Text.CreateBranch.Checkout" xml:space="preserve">Checar o branch criado</x:String>
207201
<x:String x:Key="Text.CreateBranch.LocalChanges" xml:space="preserve">Alterações Locais:</x:String>
208202
<x:String x:Key="Text.CreateBranch.LocalChanges.Discard" xml:space="preserve">Descartar</x:String>
209-
<x:String x:Key="Text.CreateBranch.LocalChanges.StashAndReply" xml:space="preserve">Guardar &amp; Reaplicar</x:String>
210203
<x:String x:Key="Text.CreateBranch.Name" xml:space="preserve">Nome do Novo Branch:</x:String>
211204
<x:String x:Key="Text.CreateBranch.Name.Placeholder" xml:space="preserve">Insira o nome do branch.</x:String>
212205
<x:String x:Key="Text.CreateBranch.Title" xml:space="preserve">Criar Branch Local</x:String>
@@ -402,7 +395,6 @@
402395
<x:String x:Key="Text.NotConfigured" xml:space="preserve">O Git NÃO foi configurado. Por favor, vá para [Preferências] e configure primeiro.</x:String>
403396
<x:String x:Key="Text.OpenAppDataDir" xml:space="preserve">Abrir Pasta de Dados do Aplicativo</x:String>
404397
<x:String x:Key="Text.OpenInExternalMergeTool" xml:space="preserve">Abrir na Ferramenta de Mesclagem</x:String>
405-
<x:String x:Key="Text.OpenWith" xml:space="preserve">Abrir Com...</x:String>
406398
<x:String x:Key="Text.Optional" xml:space="preserve">Opcional.</x:String>
407399
<x:String x:Key="Text.PageTabBar.New" xml:space="preserve">Criar Nova Página</x:String>
408400
<x:String x:Key="Text.PageTabBar.Tab.Bookmark" xml:space="preserve">Adicionar aos Favoritos</x:String>
@@ -436,7 +428,6 @@
436428
<x:String x:Key="Text.Preferences.Appearance.FontSize.Default" xml:space="preserve">Padrão</x:String>
437429
<x:String x:Key="Text.Preferences.Appearance.FontSize.Editor" xml:space="preserve">Editor</x:String>
438430
<x:String x:Key="Text.Preferences.Appearance.MonospaceFont" xml:space="preserve">Fonte Monoespaçada</x:String>
439-
<x:String x:Key="Text.Preferences.Appearance.OnlyUseMonoFontInEditor" xml:space="preserve">Usar fonte monoespaçada apenas no editor de texto</x:String>
440431
<x:String x:Key="Text.Preferences.Appearance.Theme" xml:space="preserve">Tema</x:String>
441432
<x:String x:Key="Text.Preferences.Appearance.ThemeOverrides" xml:space="preserve">Substituições de Tema</x:String>
442433
<x:String x:Key="Text.Preferences.Appearance.UseFixedTabWidth" xml:space="preserve">Usar largura fixa de aba na barra de título</x:String>
@@ -483,7 +474,6 @@
483474
<x:String x:Key="Text.Pull.Into" xml:space="preserve">Para:</x:String>
484475
<x:String x:Key="Text.Pull.LocalChanges" xml:space="preserve">Alterações Locais:</x:String>
485476
<x:String x:Key="Text.Pull.LocalChanges.Discard" xml:space="preserve">Descartar</x:String>
486-
<x:String x:Key="Text.Pull.LocalChanges.StashAndReply" xml:space="preserve">Guardar &amp; Reaplicar</x:String>
487477
<x:String x:Key="Text.Pull.Remote" xml:space="preserve">Remoto:</x:String>
488478
<x:String x:Key="Text.Pull.Title" xml:space="preserve">Puxar (Buscar &amp; Mesclar)</x:String>
489479
<x:String x:Key="Text.Pull.UseRebase" xml:space="preserve">Usar rebase em vez de merge</x:String>
@@ -588,8 +578,6 @@
588578
<x:String x:Key="Text.SelfUpdate.Title" xml:space="preserve">Atualização de Software</x:String>
589579
<x:String x:Key="Text.SelfUpdate.UpToDate" xml:space="preserve">Não há atualizações disponíveis no momento.</x:String>
590580
<x:String x:Key="Text.SHALinkCM.CopySHA" xml:space="preserve">Copiar SHA</x:String>
591-
<x:String x:Key="Text.Squash" xml:space="preserve">Squash Commits</x:String>
592-
<x:String x:Key="Text.Squash.Into" xml:space="preserve">Squash commits em:</x:String>
593581
<x:String x:Key="Text.SSHKey" xml:space="preserve">Chave SSH Privada:</x:String>
594582
<x:String x:Key="Text.SSHKey.Placeholder" xml:space="preserve">Caminho para a chave SSH privada</x:String>
595583
<x:String x:Key="Text.Start" xml:space="preserve">INICIAR</x:String>
@@ -628,7 +616,6 @@
628616
<x:String x:Key="Text.UpdateSubmodules" xml:space="preserve">Atualizar Submódulos</x:String>
629617
<x:String x:Key="Text.UpdateSubmodules.All" xml:space="preserve">Todos os submódulos</x:String>
630618
<x:String x:Key="Text.UpdateSubmodules.Init" xml:space="preserve">Inicializar conforme necessário</x:String>
631-
<x:String x:Key="Text.UpdateSubmodules.Recursive" xml:space="preserve">Recursivamente</x:String>
632619
<x:String x:Key="Text.UpdateSubmodules.Target" xml:space="preserve">Submódulo:</x:String>
633620
<x:String x:Key="Text.URL" xml:space="preserve">URL:</x:String>
634621
<x:String x:Key="Text.Warn" xml:space="preserve">Aviso</x:String>

0 commit comments

Comments
 (0)