diff --git a/src/Common/xlf/CommonResources.cs.xlf b/src/Common/xlf/CommonResources.cs.xlf
index f1ebb8b0c..65706134e 100644
--- a/src/Common/xlf/CommonResources.cs.xlf
+++ b/src/Common/xlf/CommonResources.cs.xlf
@@ -14,7 +14,7 @@
Unable to determine repository url, the source code won't be available via source link.
- Nejde určit adresu URL úložiště. Zdrojový kód nebude k dispozici přes zdrojový odkaz.
+ Nejde určit adresu URL úložiště. Zdrojový kód nebude k dispozici přes odkaz na zdroj.
diff --git a/src/Common/xlf/CommonResources.de.xlf b/src/Common/xlf/CommonResources.de.xlf
index e58ec0064..fb8a5d97c 100644
--- a/src/Common/xlf/CommonResources.de.xlf
+++ b/src/Common/xlf/CommonResources.de.xlf
@@ -14,7 +14,7 @@
Unable to determine repository url, the source code won't be available via source link.
- Die URL für das Repository konnte nicht ermittelt werden. Daher ist der Quellcode nicht über den Link zur Quelle verfügbar.
+ Die URL für das Repository konnte nicht ermittelt werden. Daher ist der Quellcode nicht über die Quellverknüpfung verfügbar.
diff --git a/src/Common/xlf/CommonResources.fr.xlf b/src/Common/xlf/CommonResources.fr.xlf
index ffb602595..2253dbd58 100644
--- a/src/Common/xlf/CommonResources.fr.xlf
+++ b/src/Common/xlf/CommonResources.fr.xlf
@@ -14,7 +14,7 @@
Unable to determine repository url, the source code won't be available via source link.
- Impossible de déterminer l'URL du dépôt, le code source n'est pas disponible via le lien source.
+ Impossible de déterminer l'URL du dépôt, le code source n'est pas disponible via Source Link.
diff --git a/src/Common/xlf/CommonResources.pt-BR.xlf b/src/Common/xlf/CommonResources.pt-BR.xlf
index d289ee2c1..2692726cd 100644
--- a/src/Common/xlf/CommonResources.pt-BR.xlf
+++ b/src/Common/xlf/CommonResources.pt-BR.xlf
@@ -14,7 +14,7 @@
Unable to determine repository url, the source code won't be available via source link.
- Não é possível determinar a URL do repositório, o código-fonte não estará disponível através do link de origem.
+ Não é possível determinar a URL do repositório, o código-fonte não estará disponível através do source link.
diff --git a/src/Common/xlf/CommonResources.ru.xlf b/src/Common/xlf/CommonResources.ru.xlf
index 290c9079e..30bec7878 100644
--- a/src/Common/xlf/CommonResources.ru.xlf
+++ b/src/Common/xlf/CommonResources.ru.xlf
@@ -14,7 +14,7 @@
Unable to determine repository url, the source code won't be available via source link.
- Не удается определить URL-адрес репозитория, исходный код не будут доступен по ссылке.
+ Не удается определить URL-адрес репозитория, исходный код не будет доступен по исходной ссылке.
diff --git a/src/Common/xlf/CommonResources.zh-Hans.xlf b/src/Common/xlf/CommonResources.zh-Hans.xlf
index ad49a889c..4508d81a0 100644
--- a/src/Common/xlf/CommonResources.zh-Hans.xlf
+++ b/src/Common/xlf/CommonResources.zh-Hans.xlf
@@ -14,7 +14,7 @@
Unable to determine repository url, the source code won't be available via source link.
- 无法确定存储库 URL,源代码将无法通过源链接获得。
+ 无法确定仓库 URL,源代码将无法通过源链接获得。
diff --git a/src/Common/xlf/CommonResources.zh-Hant.xlf b/src/Common/xlf/CommonResources.zh-Hant.xlf
index 93892606c..3b87d6af5 100644
--- a/src/Common/xlf/CommonResources.zh-Hant.xlf
+++ b/src/Common/xlf/CommonResources.zh-Hant.xlf
@@ -14,7 +14,7 @@
Unable to determine repository url, the source code won't be available via source link.
- 無法判斷存放庫 URL,無法透過原始連結取得原始程式碼。
+ 無法判斷存放庫 URL,無法透過來源連結取得原始程式碼。
diff --git a/src/Microsoft.Build.Tasks.Git/xlf/Resources.cs.xlf b/src/Microsoft.Build.Tasks.Git/xlf/Resources.cs.xlf
index bd5ad7415..4c575e00c 100644
--- a/src/Microsoft.Build.Tasks.Git/xlf/Resources.cs.xlf
+++ b/src/Microsoft.Build.Tasks.Git/xlf/Resources.cs.xlf
@@ -117,6 +117,11 @@
Nejde najít úložiště s pracovním adresářem, který obsahuje adresář {0}.
+
+ Unsupported repository extension {0}. Only {1} are supported.
+ Unsupported repository extension {0}. Only {1} are supported.
+
+ Unsupported repository version {0}. Only versions up to {1} are supported.Nepodporovaná verze úložiště: {0}. Podporují se jenom verze do {1}.
diff --git a/src/Microsoft.Build.Tasks.Git/xlf/Resources.de.xlf b/src/Microsoft.Build.Tasks.Git/xlf/Resources.de.xlf
index cdae5b805..23ecbc6e8 100644
--- a/src/Microsoft.Build.Tasks.Git/xlf/Resources.de.xlf
+++ b/src/Microsoft.Build.Tasks.Git/xlf/Resources.de.xlf
@@ -104,7 +104,7 @@
{0} The source code won't be available via Source Link.
- {0}: Der Quellcode ist nicht über SourceLink verfügbar.
+ {0}: Der Quellcode ist nicht über Source Link verfügbar.
@@ -117,6 +117,11 @@
Das Repository mit dem Arbeitsverzeichnis, welches das Verzeichnis "{0}" enthält, wurde nicht gefunden.
+
+ Unsupported repository extension {0}. Only {1} are supported.
+ Unsupported repository extension {0}. Only {1} are supported.
+
+ Unsupported repository version {0}. Only versions up to {1} are supported.Nicht unterstützte Repositoryversion {0}. Nur Versionen bis {1} werden unterstützt.
diff --git a/src/Microsoft.Build.Tasks.Git/xlf/Resources.es.xlf b/src/Microsoft.Build.Tasks.Git/xlf/Resources.es.xlf
index 501ead31a..538565762 100644
--- a/src/Microsoft.Build.Tasks.Git/xlf/Resources.es.xlf
+++ b/src/Microsoft.Build.Tasks.Git/xlf/Resources.es.xlf
@@ -117,6 +117,11 @@
No se puede encontrar el repositorio con el directorio de trabajo que contiene el directorio "{0}".
+
+ Unsupported repository extension {0}. Only {1} are supported.
+ Unsupported repository extension {0}. Only {1} are supported.
+
+ Unsupported repository version {0}. Only versions up to {1} are supported.Versión de repositorio {0} no admitida. Solo se admiten las versiones hasta {1}.
diff --git a/src/Microsoft.Build.Tasks.Git/xlf/Resources.fr.xlf b/src/Microsoft.Build.Tasks.Git/xlf/Resources.fr.xlf
index 09f657cce..cc0777209 100644
--- a/src/Microsoft.Build.Tasks.Git/xlf/Resources.fr.xlf
+++ b/src/Microsoft.Build.Tasks.Git/xlf/Resources.fr.xlf
@@ -117,6 +117,11 @@
Impossible de localiser le dépôt avec le répertoire de travail contenant le répertoire '{0}'.
+
+ Unsupported repository extension {0}. Only {1} are supported.
+ Unsupported repository extension {0}. Only {1} are supported.
+
+ Unsupported repository version {0}. Only versions up to {1} are supported.La version du dépôt {0} n'est pas prise en charge. Seules les versions jusqu'à {1} sont prises en charge.
diff --git a/src/Microsoft.Build.Tasks.Git/xlf/Resources.it.xlf b/src/Microsoft.Build.Tasks.Git/xlf/Resources.it.xlf
index 258e7b5f8..84d41291d 100644
--- a/src/Microsoft.Build.Tasks.Git/xlf/Resources.it.xlf
+++ b/src/Microsoft.Build.Tasks.Git/xlf/Resources.it.xlf
@@ -104,7 +104,7 @@
{0} The source code won't be available via Source Link.
- {0} Il codice sorgente non sarà disponibile tramite il collegamento all'origine.
+ {0} Il codice sorgente non sarà disponibile tramite Source Link.
@@ -117,6 +117,11 @@
Non è possibile individuare il repository con la directory di lavoro che contiene la directory '{0}'.
+
+ Unsupported repository extension {0}. Only {1} are supported.
+ Unsupported repository extension {0}. Only {1} are supported.
+
+ Unsupported repository version {0}. Only versions up to {1} are supported.La versione {0} del repository non è supportata. Sono supportate solo le versioni fino alla {1}.
diff --git a/src/Microsoft.Build.Tasks.Git/xlf/Resources.ja.xlf b/src/Microsoft.Build.Tasks.Git/xlf/Resources.ja.xlf
index c4bc8a887..9816a101b 100644
--- a/src/Microsoft.Build.Tasks.Git/xlf/Resources.ja.xlf
+++ b/src/Microsoft.Build.Tasks.Git/xlf/Resources.ja.xlf
@@ -117,6 +117,11 @@
ディレクトリ '{0}' を含む作業ディレクトリがあるリポジトリが見つかりません。
+
+ Unsupported repository extension {0}. Only {1} are supported.
+ Unsupported repository extension {0}. Only {1} are supported.
+
+ Unsupported repository version {0}. Only versions up to {1} are supported.サポートされていないリポジトリ バージョン {0}。{1} までのバージョンのみがサポートされています。
diff --git a/src/Microsoft.Build.Tasks.Git/xlf/Resources.ko.xlf b/src/Microsoft.Build.Tasks.Git/xlf/Resources.ko.xlf
index d53015e2f..48c5f4039 100644
--- a/src/Microsoft.Build.Tasks.Git/xlf/Resources.ko.xlf
+++ b/src/Microsoft.Build.Tasks.Git/xlf/Resources.ko.xlf
@@ -117,6 +117,11 @@
디렉터리 '{0}'이(가) 포함된 작업 디렉터리로 리포지토리를 찾을 수 없습니다.
+
+ Unsupported repository extension {0}. Only {1} are supported.
+ Unsupported repository extension {0}. Only {1} are supported.
+
+ Unsupported repository version {0}. Only versions up to {1} are supported.{0}은(는) 지원되지 않는 리포지토리 버전입니다. 버전은 최대 {1}까지만 지원됩니다.
diff --git a/src/Microsoft.Build.Tasks.Git/xlf/Resources.pl.xlf b/src/Microsoft.Build.Tasks.Git/xlf/Resources.pl.xlf
index 8c8b9870f..fb94f08c1 100644
--- a/src/Microsoft.Build.Tasks.Git/xlf/Resources.pl.xlf
+++ b/src/Microsoft.Build.Tasks.Git/xlf/Resources.pl.xlf
@@ -104,7 +104,7 @@
{0} The source code won't be available via Source Link.
- {0} Kod źródłowy nie będzie dostępny za pośrednictwem linku źródłowego.
+ {0} Kod źródłowy nie będzie dostępny za pośrednictwem linku do źródła.
@@ -117,6 +117,11 @@
Nie można zlokalizować repozytorium z katalogiem roboczym zawierającym katalog „{0}”.
+
+ Unsupported repository extension {0}. Only {1} are supported.
+ Unsupported repository extension {0}. Only {1} are supported.
+
+ Unsupported repository version {0}. Only versions up to {1} are supported.Nieobsługiwana wersja repozytorium {0}. Obsługiwane są tylko wersje do {1}.
diff --git a/src/Microsoft.Build.Tasks.Git/xlf/Resources.pt-BR.xlf b/src/Microsoft.Build.Tasks.Git/xlf/Resources.pt-BR.xlf
index c04e6b466..923c7f9f3 100644
--- a/src/Microsoft.Build.Tasks.Git/xlf/Resources.pt-BR.xlf
+++ b/src/Microsoft.Build.Tasks.Git/xlf/Resources.pt-BR.xlf
@@ -104,7 +104,7 @@
{0} The source code won't be available via Source Link.
- {0} O código-fonte não estará disponível por meio do Link de Origem.
+ {0} O código-fonte não estará disponível por meio do Source Link.
@@ -117,6 +117,11 @@
Não é possível localizar o repositório com o diretório de trabalho que contém o diretório '{0}'.
+
+ Unsupported repository extension {0}. Only {1} are supported.
+ Unsupported repository extension {0}. Only {1} are supported.
+
+ Unsupported repository version {0}. Only versions up to {1} are supported.{0} de versão do repositório sem suporte. Há suporte apenas para versões de até {1}.
diff --git a/src/Microsoft.Build.Tasks.Git/xlf/Resources.ru.xlf b/src/Microsoft.Build.Tasks.Git/xlf/Resources.ru.xlf
index 0e004d999..8caf05377 100644
--- a/src/Microsoft.Build.Tasks.Git/xlf/Resources.ru.xlf
+++ b/src/Microsoft.Build.Tasks.Git/xlf/Resources.ru.xlf
@@ -104,7 +104,7 @@
{0} The source code won't be available via Source Link.
- {0} Исходный код не будет доступен по ссылке.
+ {0} Исходный код не будет доступен по исходной ссылке.
@@ -117,6 +117,11 @@
Не удается найти репозиторий с рабочим каталогом, содержащим каталог "{0}".
+
+ Unsupported repository extension {0}. Only {1} are supported.
+ Unsupported repository extension {0}. Only {1} are supported.
+
+ Unsupported repository version {0}. Only versions up to {1} are supported.Неподдерживаемая версия репозитория {0}. Поддерживаются только версии до {1}.
diff --git a/src/Microsoft.Build.Tasks.Git/xlf/Resources.tr.xlf b/src/Microsoft.Build.Tasks.Git/xlf/Resources.tr.xlf
index 187ea7b9c..b7e5ae6b2 100644
--- a/src/Microsoft.Build.Tasks.Git/xlf/Resources.tr.xlf
+++ b/src/Microsoft.Build.Tasks.Git/xlf/Resources.tr.xlf
@@ -117,6 +117,11 @@
'{0}' dizinini içeren çalışma dizini içeren depo bulunamıyor.
+
+ Unsupported repository extension {0}. Only {1} are supported.
+ Unsupported repository extension {0}. Only {1} are supported.
+
+ Unsupported repository version {0}. Only versions up to {1} are supported.{0} depo sürümü desteklenmiyor. Yalnızca {1} sürümüne kadar olan sürümler desteklenir.
diff --git a/src/Microsoft.Build.Tasks.Git/xlf/Resources.zh-Hans.xlf b/src/Microsoft.Build.Tasks.Git/xlf/Resources.zh-Hans.xlf
index e358863e8..e01efe9fc 100644
--- a/src/Microsoft.Build.Tasks.Git/xlf/Resources.zh-Hans.xlf
+++ b/src/Microsoft.Build.Tasks.Git/xlf/Resources.zh-Hans.xlf
@@ -117,6 +117,11 @@
找不到具有带目录“{0}”的工作目录的存储库。
+
+ Unsupported repository extension {0}. Only {1} are supported.
+ Unsupported repository extension {0}. Only {1} are supported.
+
+ Unsupported repository version {0}. Only versions up to {1} are supported.不支持存储库版本 {0}。支持的最高版本为 {1}。
diff --git a/src/Microsoft.Build.Tasks.Git/xlf/Resources.zh-Hant.xlf b/src/Microsoft.Build.Tasks.Git/xlf/Resources.zh-Hant.xlf
index 309660894..7145f4848 100644
--- a/src/Microsoft.Build.Tasks.Git/xlf/Resources.zh-Hant.xlf
+++ b/src/Microsoft.Build.Tasks.Git/xlf/Resources.zh-Hant.xlf
@@ -104,7 +104,7 @@
{0} The source code won't be available via Source Link.
- {0} 無法透過來源連結使用原始程式碼。
+ {0} 無法透過 Source Link 使用原始程式碼。
@@ -117,6 +117,11 @@
找不到具有包含目錄 '{0}' 之工作目錄的存放庫。
+
+ Unsupported repository extension {0}. Only {1} are supported.
+ Unsupported repository extension {0}. Only {1} are supported.
+
+ Unsupported repository version {0}. Only versions up to {1} are supported.不支援的存放庫版本 {0}。最大只支援版本 {1}。
diff --git a/src/SourceLink.Common/xlf/Resources.de.xlf b/src/SourceLink.Common/xlf/Resources.de.xlf
index c27c6d339..23a04ed3c 100644
--- a/src/SourceLink.Common/xlf/Resources.de.xlf
+++ b/src/SourceLink.Common/xlf/Resources.de.xlf
@@ -24,12 +24,12 @@
Error writing to source link file '{0}': {1}
- Fehler beim Schreiben in die Quelllinkdatei "{0}": {1}
+ Fehler beim Schreiben in die Quellverknüpfungsdatei "{0}": {1}Source control information is not available - the generated source link is empty.
- Es sind keine Informationen zur Quellcodeverwaltung verfügbar. Der generierte Link zur Quelle ist leer.
+ Es sind keine Informationen zur Quellcodeverwaltung verfügbar. Die generierte Quellverknüpfung ist leer.