diff --git a/src/Resources/Locales/en_US.axaml b/src/Resources/Locales/en_US.axaml index e3ffd44d..24f9fa67 100644 --- a/src/Resources/Locales/en_US.axaml +++ b/src/Resources/Locales/en_US.axaml @@ -497,7 +497,7 @@ Prune Worktrees Prune worktree information in `$GIT_DIR/worktrees` Pull - Branch: + Remote Branch: Fetch all branches Into: Local Changes: diff --git a/src/Resources/Locales/es_ES.axaml b/src/Resources/Locales/es_ES.axaml index 80221bf9..ce7a2f61 100644 --- a/src/Resources/Locales/es_ES.axaml +++ b/src/Resources/Locales/es_ES.axaml @@ -500,7 +500,7 @@ Podar Worktrees Podar información de worktree en `$GIT_DIR/worktrees` Pull - Rama: + Rama Remota: Fetch todas las ramas En: Cambios Locales: diff --git a/src/Resources/Locales/fr_FR.axaml b/src/Resources/Locales/fr_FR.axaml index f03ec90f..b7802fe6 100644 --- a/src/Resources/Locales/fr_FR.axaml +++ b/src/Resources/Locales/fr_FR.axaml @@ -478,7 +478,7 @@ Élaguer les Worktrees Élaguer les information de worktree dans `$GIT_DIR/worktrees` Pull - Branche : + Branche distante : Fetch toutes les branches Dans : Changements locaux : diff --git a/src/Resources/Locales/it_IT.axaml b/src/Resources/Locales/it_IT.axaml index d6945e2e..55457178 100644 --- a/src/Resources/Locales/it_IT.axaml +++ b/src/Resources/Locales/it_IT.axaml @@ -482,7 +482,7 @@ Potatura Worktrees Potatura delle informazioni di worktree in `$GIT_DIR/worktrees` Pull - Branch: + Branch Remoto: Recupera tutti i branch In: Modifiche Locali: diff --git a/src/Resources/Locales/pt_BR.axaml b/src/Resources/Locales/pt_BR.axaml index 0adc40c7..3f026d70 100644 --- a/src/Resources/Locales/pt_BR.axaml +++ b/src/Resources/Locales/pt_BR.axaml @@ -505,7 +505,7 @@ Podar Worktrees Podar informações de worktree em `$GIT_DIR/worktrees` Puxar - Branch: + Branch Remoto: Buscar todos os branches Para: Alterações Locais: diff --git a/src/Resources/Locales/ru_RU.axaml b/src/Resources/Locales/ru_RU.axaml index 6a53bdf5..4c02a840 100644 --- a/src/Resources/Locales/ru_RU.axaml +++ b/src/Resources/Locales/ru_RU.axaml @@ -501,7 +501,7 @@ Удалить рабочий каталог Информация об обрезке рабочего каталога в «$GIT_DIR/worktrees» Забрать - Ветка: + Ветка внешнего репозитория: Извлечь все ветки В: Локальные изменения: diff --git a/src/Views/Pull.axaml b/src/Views/Pull.axaml index 50615bc6..3e1f96d9 100644 --- a/src/Views/Pull.axaml +++ b/src/Views/Pull.axaml @@ -52,15 +52,22 @@ VerticalAlignment="Center" HorizontalAlignment="Stretch" ItemsSource="{Binding RemoteBranches}" SelectedItem="{Binding SelectedBranch, Mode=TwoWay}" + IsTextSearchEnabled="True" IsEnabled="{Binding !HasSpecifiedRemoteBranch}"> - + + + + + + + @@ -31,6 +32,12 @@ + + + + + + @@ -77,6 +85,12 @@ + + + + + +