Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit cb13c51

Browse files
Merge pull request #2274 from github/localization
Removing resources that are no longer used
2 parents d03b957 + 39e78c6 commit cb13c51

16 files changed

+0
-215
lines changed

src/GitHub.App/ViewModels/TeamExplorer/RepositoryPublishViewModel.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public class RepositoryPublishViewModel : RepositoryFormViewModel, IRepositoryPu
3131
readonly IModelServiceFactory modelServiceFactory;
3232
readonly ObservableAsPropertyHelper<IReadOnlyList<IAccount>> accounts;
3333
readonly ObservableAsPropertyHelper<bool> isHostComboBoxVisible;
34-
readonly ObservableAsPropertyHelper<string> title;
3534
readonly IUsageTracker usageTracker;
3635

3736
[ImportingConstructor]
@@ -52,14 +51,6 @@ public RepositoryPublishViewModel(
5251
this.usageTracker = usageTracker;
5352
this.modelServiceFactory = modelServiceFactory;
5453

55-
title = this.WhenAny(
56-
x => x.SelectedConnection,
57-
x => x.Value != null ?
58-
string.Format(CultureInfo.CurrentCulture, Resources.PublishToTitle, x.Value.HostAddress.Title) :
59-
Resources.PublishTitle
60-
)
61-
.ToProperty(this, x => x.Title);
62-
6354
Connections = connectionManager.Connections;
6455
this.repositoryPublishService = repositoryPublishService;
6556

@@ -109,8 +100,6 @@ public RepositoryPublishViewModel(
109100
});
110101
}
111102

112-
public string Title { get { return title.Value; } }
113-
114103
public ReactiveCommand<Unit, ProgressState> PublishRepository { get; private set; }
115104
public IReadOnlyObservableCollection<IConnection> Connections { get; private set; }
116105

src/GitHub.Resources/Resources.Designer.cs

Lines changed: 0 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GitHub.Resources/Resources.cs-CZ.resx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
<data name="BrowseForDirectory" xml:space="preserve">
121121
<value>Vyberte nadřazenou složku pro nové úložiště.</value>
122122
</data>
123-
<data name="CloneTitle" xml:space="preserve">
124-
<value>Klonovat úložiště</value>
125-
</data>
126123
<data name="OpenFromGitHubTitle" xml:space="preserve">
127124
<value>Otevřít z GitHubu</value>
128125
</data>
@@ -168,12 +165,6 @@
168165
<data name="PRCreatedUpstream" xml:space="preserve">
169166
<value>Žádost o přijetí změn pro větev **{0}** se úspěšně vytvořila v [{1}]({2})</value>
170167
</data>
171-
<data name="PublishTitle" xml:space="preserve">
172-
<value>Publikovat úložiště</value>
173-
</data>
174-
<data name="PublishToTitle" xml:space="preserve">
175-
<value>Publikovat úložiště na {0}</value>
176-
</data>
177168
<data name="PullRequestCreationTitleValidatorEmpty" xml:space="preserve">
178169
<value>Zadejte prosím název žádosti o přijetí změn.</value>
179170
</data>
@@ -183,9 +174,6 @@
183174
<data name="PullRequestSourceBranchDoesNotExist" xml:space="preserve">
184175
<value>Zdrojová větev neexistuje vzdáleně, nasdíleli jste ji?</value>
185176
</data>
186-
<data name="RepositoryCloneFailedNoSelectedRepo" xml:space="preserve">
187-
<value>Není vybrané žádné úložiště.</value>
188-
</data>
189177
<data name="RepositoryCreationClonePathEmpty" xml:space="preserve">
190178
<value>Zadejte prosím cestu k úložišti.</value>
191179
</data>

src/GitHub.Resources/Resources.de-DE.resx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
<data name="BrowseForDirectory" xml:space="preserve">
121121
<value>Wählen Sie einen enthaltenden Ordner für Ihr neues Repository aus.</value>
122122
</data>
123-
<data name="CloneTitle" xml:space="preserve">
124-
<value>Repository klonen</value>
125-
</data>
126123
<data name="OpenFromGitHubTitle" xml:space="preserve">
127124
<value>Aus GitHub öffnen</value>
128125
</data>
@@ -168,12 +165,6 @@
168165
<data name="PRCreatedUpstream" xml:space="preserve">
169166
<value>Pull Request für Branch **{0}** wurde unter [{1}]({2}) erfolgreich erstellt.</value>
170167
</data>
171-
<data name="PublishTitle" xml:space="preserve">
172-
<value>Repository veröffentlichen</value>
173-
</data>
174-
<data name="PublishToTitle" xml:space="preserve">
175-
<value>Repository in "{0}" veröffentlichen</value>
176-
</data>
177168
<data name="PullRequestCreationTitleValidatorEmpty" xml:space="preserve">
178169
<value>Geben Sie einen Titel für den Pull Request ein.</value>
179170
</data>
@@ -183,9 +174,6 @@
183174
<data name="PullRequestSourceBranchDoesNotExist" xml:space="preserve">
184175
<value>Der Quellpfad ist im Remoterepository nicht vorhanden, haben Sie ihn mithilfe von Push übertragen?</value>
185176
</data>
186-
<data name="RepositoryCloneFailedNoSelectedRepo" xml:space="preserve">
187-
<value>Kein Repository ausgewählt.</value>
188-
</data>
189177
<data name="RepositoryCreationClonePathEmpty" xml:space="preserve">
190178
<value>Geben Sie einen Repositorypfad ein.</value>
191179
</data>

src/GitHub.Resources/Resources.es-ES.resx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
<data name="BrowseForDirectory" xml:space="preserve">
121121
<value>Seleccione una carpeta contenedora para el nuevo repositorio.</value>
122122
</data>
123-
<data name="CloneTitle" xml:space="preserve">
124-
<value>Clonar un repositorio</value>
125-
</data>
126123
<data name="OpenFromGitHubTitle" xml:space="preserve">
127124
<value>Abrir desde GitHub</value>
128125
</data>
@@ -168,12 +165,6 @@
168165
<data name="PRCreatedUpstream" xml:space="preserve">
169166
<value>La solicitud de incorporación de cambios para la rama **{0}** se creó correctamente a las [{1}]({2})</value>
170167
</data>
171-
<data name="PublishTitle" xml:space="preserve">
172-
<value>Publicar repositorio</value>
173-
</data>
174-
<data name="PublishToTitle" xml:space="preserve">
175-
<value>Publicar el repositorio en {0}</value>
176-
</data>
177168
<data name="PullRequestCreationTitleValidatorEmpty" xml:space="preserve">
178169
<value>Escriba un título para la solicitud de incorporación de cambios</value>
179170
</data>
@@ -183,9 +174,6 @@
183174
<data name="PullRequestSourceBranchDoesNotExist" xml:space="preserve">
184175
<value>La rama de origen no existe en la ubicación remota. ¿La ha insertado?</value>
185176
</data>
186-
<data name="RepositoryCloneFailedNoSelectedRepo" xml:space="preserve">
187-
<value>No hay ningún repositorio seleccionado.</value>
188-
</data>
189177
<data name="RepositoryCreationClonePathEmpty" xml:space="preserve">
190178
<value>Escriba una ruta de acceso de repositorio.</value>
191179
</data>

src/GitHub.Resources/Resources.fr-FR.resx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
<data name="BrowseForDirectory" xml:space="preserve">
121121
<value>Sélectionnez un dossier conteneur pour votre nouveau dépôt.</value>
122122
</data>
123-
<data name="CloneTitle" xml:space="preserve">
124-
<value>Cloner un dépôt</value>
125-
</data>
126123
<data name="OpenFromGitHubTitle" xml:space="preserve">
127124
<value>Ouvrir à partir de GitHub</value>
128125
</data>
@@ -168,12 +165,6 @@
168165
<data name="PRCreatedUpstream" xml:space="preserve">
169166
<value>Demande de tirage (pull request) pour la branche **{0}** créée à l'emplacement [{1}]({2})</value>
170167
</data>
171-
<data name="PublishTitle" xml:space="preserve">
172-
<value>Publier le dépôt</value>
173-
</data>
174-
<data name="PublishToTitle" xml:space="preserve">
175-
<value>Publier le dépôt sur {0}</value>
176-
</data>
177168
<data name="PullRequestCreationTitleValidatorEmpty" xml:space="preserve">
178169
<value>Entrez un titre pour la demande de tirage (pull request)</value>
179170
</data>
@@ -183,9 +174,6 @@
183174
<data name="PullRequestSourceBranchDoesNotExist" xml:space="preserve">
184175
<value>La branche source n'existe pas à distance. L'avez-vous envoyée (push) ?</value>
185176
</data>
186-
<data name="RepositoryCloneFailedNoSelectedRepo" xml:space="preserve">
187-
<value>Aucun dépôt sélectionné.</value>
188-
</data>
189177
<data name="RepositoryCreationClonePathEmpty" xml:space="preserve">
190178
<value>Entrez un chemin de dépôt</value>
191179
</data>

src/GitHub.Resources/Resources.it-IT.resx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
<data name="BrowseForDirectory" xml:space="preserve">
121121
<value>Selezionare una cartella contenitore per il nuovo repository.</value>
122122
</data>
123-
<data name="CloneTitle" xml:space="preserve">
124-
<value>Clona un repository</value>
125-
</data>
126123
<data name="OpenFromGitHubTitle" xml:space="preserve">
127124
<value>Apri da GitHub</value>
128125
</data>
@@ -168,12 +165,6 @@
168165
<data name="PRCreatedUpstream" xml:space="preserve">
169166
<value>La richiesta pull per il ramo **{0}** è stata creata in [{1}]({2})</value>
170167
</data>
171-
<data name="PublishTitle" xml:space="preserve">
172-
<value>Pubblica il repository</value>
173-
</data>
174-
<data name="PublishToTitle" xml:space="preserve">
175-
<value>Pubblica il repository in {0}</value>
176-
</data>
177168
<data name="PullRequestCreationTitleValidatorEmpty" xml:space="preserve">
178169
<value>Immettere un titolo per la richiesta pull</value>
179170
</data>
@@ -183,9 +174,6 @@
183174
<data name="PullRequestSourceBranchDoesNotExist" xml:space="preserve">
184175
<value>Il ramo di origine non esiste in remoto. Ne è stato eseguito il push?</value>
185176
</data>
186-
<data name="RepositoryCloneFailedNoSelectedRepo" xml:space="preserve">
187-
<value>Non è stato selezionato alcun repository.</value>
188-
</data>
189177
<data name="RepositoryCreationClonePathEmpty" xml:space="preserve">
190178
<value>Immettere un percorso per il repository</value>
191179
</data>

src/GitHub.Resources/Resources.ja-JP.resx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
<data name="BrowseForDirectory" xml:space="preserve">
121121
<value>新しいリポジトリを含んでいるフォルダーを選択します。</value>
122122
</data>
123-
<data name="CloneTitle" xml:space="preserve">
124-
<value>リポジトリを複製</value>
125-
</data>
126123
<data name="OpenFromGitHubTitle" xml:space="preserve">
127124
<value>GitHub から開く</value>
128125
</data>
@@ -168,12 +165,6 @@
168165
<data name="PRCreatedUpstream" xml:space="preserve">
169166
<value>ブランチの Pull Request **{0}** が [{1}]({2}) に正常に作成されました</value>
170167
</data>
171-
<data name="PublishTitle" xml:space="preserve">
172-
<value>リポジトリの発行</value>
173-
</data>
174-
<data name="PublishToTitle" xml:space="preserve">
175-
<value>リポジトリを {0} に発行</value>
176-
</data>
177168
<data name="PullRequestCreationTitleValidatorEmpty" xml:space="preserve">
178169
<value>Pull Request のタイトルを入力してください</value>
179170
</data>
@@ -183,9 +174,6 @@
183174
<data name="PullRequestSourceBranchDoesNotExist" xml:space="preserve">
184175
<value>ソース ブランチがリモートに存在しません。ブランチをプッシュしましたか?</value>
185176
</data>
186-
<data name="RepositoryCloneFailedNoSelectedRepo" xml:space="preserve">
187-
<value>リポジトリが選択されていません。</value>
188-
</data>
189177
<data name="RepositoryCreationClonePathEmpty" xml:space="preserve">
190178
<value>リポジトリのパスを入力してください</value>
191179
</data>

src/GitHub.Resources/Resources.ko-KR.resx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
<data name="BrowseForDirectory" xml:space="preserve">
121121
<value>새 리포지토리의 포함 폴더를 선택합니다.</value>
122122
</data>
123-
<data name="CloneTitle" xml:space="preserve">
124-
<value>리포지토리 복제</value>
125-
</data>
126123
<data name="OpenFromGitHubTitle" xml:space="preserve">
127124
<value>GitHub에서 열기</value>
128125
</data>
@@ -168,12 +165,6 @@
168165
<data name="PRCreatedUpstream" xml:space="preserve">
169166
<value>분기 **{0}**에 대한 끌어오기 요청이 [{1}]({2})에 생성됨</value>
170167
</data>
171-
<data name="PublishTitle" xml:space="preserve">
172-
<value>리포지토리 게시</value>
173-
</data>
174-
<data name="PublishToTitle" xml:space="preserve">
175-
<value>{0}에 리포지토리 게시</value>
176-
</data>
177168
<data name="PullRequestCreationTitleValidatorEmpty" xml:space="preserve">
178169
<value>끌어오기 요청의 제목을 입력하세요.</value>
179170
</data>
@@ -183,9 +174,6 @@
183174
<data name="PullRequestSourceBranchDoesNotExist" xml:space="preserve">
184175
<value>소스 분기가 원격으로 존재하지 않습니다. 소스 분기를 푸시하셨습니까?</value>
185176
</data>
186-
<data name="RepositoryCloneFailedNoSelectedRepo" xml:space="preserve">
187-
<value>선택한 리포지토리가 없습니다.</value>
188-
</data>
189177
<data name="RepositoryCreationClonePathEmpty" xml:space="preserve">
190178
<value>리포지토리 경로를 입력하세요.</value>
191179
</data>

src/GitHub.Resources/Resources.pl-PL.resx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
<data name="BrowseForDirectory" xml:space="preserve">
121121
<value>Wybierz folder zawierający dla nowego repozytorium.</value>
122122
</data>
123-
<data name="CloneTitle" xml:space="preserve">
124-
<value>Klonuj repozytorium</value>
125-
</data>
126123
<data name="OpenFromGitHubTitle" xml:space="preserve">
127124
<value>Otwórz z witryny GitHub</value>
128125
</data>
@@ -168,12 +165,6 @@
168165
<data name="PRCreatedUpstream" xml:space="preserve">
169166
<value>Pomyślnie utworzono żądanie ściągnięcia dla gałęzi **{0}**: [{1}]({2})</value>
170167
</data>
171-
<data name="PublishTitle" xml:space="preserve">
172-
<value>Publikowanie repozytorium</value>
173-
</data>
174-
<data name="PublishToTitle" xml:space="preserve">
175-
<value>Publikowanie repozytorium w: {0}</value>
176-
</data>
177168
<data name="PullRequestCreationTitleValidatorEmpty" xml:space="preserve">
178169
<value>Wprowadź tytuł żądania ściągnięcia</value>
179170
</data>
@@ -183,9 +174,6 @@
183174
<data name="PullRequestSourceBranchDoesNotExist" xml:space="preserve">
184175
<value>Gałąź źródłowa nie istnieje zdalnie. Czy została wypchnięta?</value>
185176
</data>
186-
<data name="RepositoryCloneFailedNoSelectedRepo" xml:space="preserve">
187-
<value>Nie wybrano żadnego repozytorium.</value>
188-
</data>
189177
<data name="RepositoryCreationClonePathEmpty" xml:space="preserve">
190178
<value>Wprowadź ścieżkę repozytorium</value>
191179
</data>

src/GitHub.Resources/Resources.pt-BR.resx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
<data name="BrowseForDirectory" xml:space="preserve">
121121
<value>Selecione uma pasta de contenção para o seu novo repositório.</value>
122122
</data>
123-
<data name="CloneTitle" xml:space="preserve">
124-
<value>Clonar um Repositório</value>
125-
</data>
126123
<data name="OpenFromGitHubTitle" xml:space="preserve">
127124
<value>Abrir do GitHub</value>
128125
</data>
@@ -168,12 +165,6 @@
168165
<data name="PRCreatedUpstream" xml:space="preserve">
169166
<value>Solicitação de Pull para branch **{0}** criada com êxito em [{1}]({2})</value>
170167
</data>
171-
<data name="PublishTitle" xml:space="preserve">
172-
<value>Publicar repositório</value>
173-
</data>
174-
<data name="PublishToTitle" xml:space="preserve">
175-
<value>Publicar repositório em {0}</value>
176-
</data>
177168
<data name="PullRequestCreationTitleValidatorEmpty" xml:space="preserve">
178169
<value>Insira um título para a Solicitação de Pull</value>
179170
</data>
@@ -183,9 +174,6 @@
183174
<data name="PullRequestSourceBranchDoesNotExist" xml:space="preserve">
184175
<value>O branch de origem não existe remotamente. Você o enviou por push?</value>
185176
</data>
186-
<data name="RepositoryCloneFailedNoSelectedRepo" xml:space="preserve">
187-
<value>Nenhum repositório selecionado.</value>
188-
</data>
189177
<data name="RepositoryCreationClonePathEmpty" xml:space="preserve">
190178
<value>Insira um caminho de repositório</value>
191179
</data>

0 commit comments

Comments
 (0)