Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Common/xlf/CommonResources.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="UnableToDetermineRepositoryUrl">
<source>Unable to determine repository url, the source code won't be available via source link.</source>
<target state="translated">Nejde určit adresu URL úložiště. Zdrojový kód nebude k dispozici přes zdrojový odkaz.</target>
<target state="translated">Nejde určit adresu URL úložiště. Zdrojový kód nebude k dispozici přes odkaz na zdroj.</target>
<note />
</trans-unit>
<trans-unit id="ValueOfWithIdentityIsInvalid">
Expand Down
2 changes: 1 addition & 1 deletion src/Common/xlf/CommonResources.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="UnableToDetermineRepositoryUrl">
<source>Unable to determine repository url, the source code won't be available via source link.</source>
<target state="translated">Die URL für das Repository konnte nicht ermittelt werden. Daher ist der Quellcode nicht über den Link zur Quelle verfügbar.</target>
<target state="translated">Die URL für das Repository konnte nicht ermittelt werden. Daher ist der Quellcode nicht über die Quellverknüpfung verfügbar.</target>
<note />
</trans-unit>
<trans-unit id="ValueOfWithIdentityIsInvalid">
Expand Down
2 changes: 1 addition & 1 deletion src/Common/xlf/CommonResources.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="UnableToDetermineRepositoryUrl">
<source>Unable to determine repository url, the source code won't be available via source link.</source>
<target state="translated">Impossible de déterminer l'URL du dépôt, le code source n'est pas disponible via le lien source.</target>
<target state="translated">Impossible de déterminer l'URL du dépôt, le code source n'est pas disponible via Source Link.</target>
<note />
</trans-unit>
<trans-unit id="ValueOfWithIdentityIsInvalid">
Expand Down
2 changes: 1 addition & 1 deletion src/Common/xlf/CommonResources.pt-BR.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="UnableToDetermineRepositoryUrl">
<source>Unable to determine repository url, the source code won't be available via source link.</source>
<target state="translated">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.</target>
<target state="translated">Não é possível determinar a URL do repositório, o código-fonte não estará disponível através do source link.</target>
<note />
</trans-unit>
<trans-unit id="ValueOfWithIdentityIsInvalid">
Expand Down
2 changes: 1 addition & 1 deletion src/Common/xlf/CommonResources.ru.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="UnableToDetermineRepositoryUrl">
<source>Unable to determine repository url, the source code won't be available via source link.</source>
<target state="translated">Не удается определить URL-адрес репозитория, исходный код не будут доступен по ссылке.</target>
<target state="translated">Не удается определить URL-адрес репозитория, исходный код не будет доступен по исходной ссылке.</target>
<note />
</trans-unit>
<trans-unit id="ValueOfWithIdentityIsInvalid">
Expand Down
2 changes: 1 addition & 1 deletion src/Common/xlf/CommonResources.zh-Hans.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="UnableToDetermineRepositoryUrl">
<source>Unable to determine repository url, the source code won't be available via source link.</source>
<target state="translated">无法确定存储库 URL,源代码将无法通过源链接获得。</target>
<target state="translated">无法确定仓库 URL,源代码将无法通过源链接获得。</target>
<note />
</trans-unit>
<trans-unit id="ValueOfWithIdentityIsInvalid">
Expand Down
2 changes: 1 addition & 1 deletion src/Common/xlf/CommonResources.zh-Hant.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</trans-unit>
<trans-unit id="UnableToDetermineRepositoryUrl">
<source>Unable to determine repository url, the source code won't be available via source link.</source>
<target state="translated">無法判斷存放庫 URL,無法透過原始連結取得原始程式碼。</target>
<target state="translated">無法判斷存放庫 URL,無法透過來源連結取得原始程式碼。</target>
<note />
</trans-unit>
<trans-unit id="ValueOfWithIdentityIsInvalid">
Expand Down
5 changes: 5 additions & 0 deletions src/Microsoft.Build.Tasks.Git/xlf/Resources.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
<target state="translated">Nejde najít úložiště s pracovním adresářem, který obsahuje adresář {0}.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryExtension">
<source>Unsupported repository extension {0}. Only {1} are supported.</source>
<target state="new">Unsupported repository extension {0}. Only {1} are supported.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryVersion">
<source>Unsupported repository version {0}. Only versions up to {1} are supported.</source>
<target state="translated">Nepodporovaná verze úložiště: {0}. Podporují se jenom verze do {1}.</target>
Expand Down
7 changes: 6 additions & 1 deletion src/Microsoft.Build.Tasks.Git/xlf/Resources.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</trans-unit>
<trans-unit id="SourceCodeWontBeAvailableViaSourceLink">
<source>{0} The source code won't be available via Source Link.</source>
<target state="translated">{0}: Der Quellcode ist nicht über SourceLink verfügbar.</target>
<target state="translated">{0}: Der Quellcode ist nicht über Source Link verfügbar.</target>
<note />
</trans-unit>
<trans-unit id="SubmoduleWithoutCommit">
Expand All @@ -117,6 +117,11 @@
<target state="translated">Das Repository mit dem Arbeitsverzeichnis, welches das Verzeichnis "{0}" enthält, wurde nicht gefunden.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryExtension">
<source>Unsupported repository extension {0}. Only {1} are supported.</source>
<target state="new">Unsupported repository extension {0}. Only {1} are supported.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryVersion">
<source>Unsupported repository version {0}. Only versions up to {1} are supported.</source>
<target state="translated">Nicht unterstützte Repositoryversion {0}. Nur Versionen bis {1} werden unterstützt.</target>
Expand Down
5 changes: 5 additions & 0 deletions src/Microsoft.Build.Tasks.Git/xlf/Resources.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
<target state="translated">No se puede encontrar el repositorio con el directorio de trabajo que contiene el directorio "{0}".</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryExtension">
<source>Unsupported repository extension {0}. Only {1} are supported.</source>
<target state="new">Unsupported repository extension {0}. Only {1} are supported.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryVersion">
<source>Unsupported repository version {0}. Only versions up to {1} are supported.</source>
<target state="translated">Versión de repositorio {0} no admitida. Solo se admiten las versiones hasta {1}.</target>
Expand Down
5 changes: 5 additions & 0 deletions src/Microsoft.Build.Tasks.Git/xlf/Resources.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
<target state="translated">Impossible de localiser le dépôt avec le répertoire de travail contenant le répertoire '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryExtension">
<source>Unsupported repository extension {0}. Only {1} are supported.</source>
<target state="new">Unsupported repository extension {0}. Only {1} are supported.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryVersion">
<source>Unsupported repository version {0}. Only versions up to {1} are supported.</source>
<target state="translated">La version du dépôt {0} n'est pas prise en charge. Seules les versions jusqu'à {1} sont prises en charge.</target>
Expand Down
7 changes: 6 additions & 1 deletion src/Microsoft.Build.Tasks.Git/xlf/Resources.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</trans-unit>
<trans-unit id="SourceCodeWontBeAvailableViaSourceLink">
<source>{0} The source code won't be available via Source Link.</source>
<target state="translated">{0} Il codice sorgente non sarà disponibile tramite il collegamento all'origine.</target>
<target state="translated">{0} Il codice sorgente non sarà disponibile tramite Source Link.</target>
<note />
</trans-unit>
<trans-unit id="SubmoduleWithoutCommit">
Expand All @@ -117,6 +117,11 @@
<target state="translated">Non è possibile individuare il repository con la directory di lavoro che contiene la directory '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryExtension">
<source>Unsupported repository extension {0}. Only {1} are supported.</source>
<target state="new">Unsupported repository extension {0}. Only {1} are supported.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryVersion">
<source>Unsupported repository version {0}. Only versions up to {1} are supported.</source>
<target state="translated">La versione {0} del repository non è supportata. Sono supportate solo le versioni fino alla {1}.</target>
Expand Down
5 changes: 5 additions & 0 deletions src/Microsoft.Build.Tasks.Git/xlf/Resources.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
<target state="translated">ディレクトリ '{0}' を含む作業ディレクトリがあるリポジトリが見つかりません。</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryExtension">
<source>Unsupported repository extension {0}. Only {1} are supported.</source>
<target state="new">Unsupported repository extension {0}. Only {1} are supported.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryVersion">
<source>Unsupported repository version {0}. Only versions up to {1} are supported.</source>
<target state="translated">サポートされていないリポジトリ バージョン {0}。{1} までのバージョンのみがサポートされています。</target>
Expand Down
5 changes: 5 additions & 0 deletions src/Microsoft.Build.Tasks.Git/xlf/Resources.ko.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
<target state="translated">디렉터리 '{0}'이(가) 포함된 작업 디렉터리로 리포지토리를 찾을 수 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryExtension">
<source>Unsupported repository extension {0}. Only {1} are supported.</source>
<target state="new">Unsupported repository extension {0}. Only {1} are supported.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryVersion">
<source>Unsupported repository version {0}. Only versions up to {1} are supported.</source>
<target state="translated">{0}은(는) 지원되지 않는 리포지토리 버전입니다. 버전은 최대 {1}까지만 지원됩니다.</target>
Expand Down
7 changes: 6 additions & 1 deletion src/Microsoft.Build.Tasks.Git/xlf/Resources.pl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</trans-unit>
<trans-unit id="SourceCodeWontBeAvailableViaSourceLink">
<source>{0} The source code won't be available via Source Link.</source>
<target state="translated">{0} Kod źródłowy nie będzie dostępny za pośrednictwem linku źródłowego.</target>
<target state="translated">{0} Kod źródłowy nie będzie dostępny za pośrednictwem linku do źródła.</target>
<note />
</trans-unit>
<trans-unit id="SubmoduleWithoutCommit">
Expand All @@ -117,6 +117,11 @@
<target state="translated">Nie można zlokalizować repozytorium z katalogiem roboczym zawierającym katalog „{0}”.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryExtension">
<source>Unsupported repository extension {0}. Only {1} are supported.</source>
<target state="new">Unsupported repository extension {0}. Only {1} are supported.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryVersion">
<source>Unsupported repository version {0}. Only versions up to {1} are supported.</source>
<target state="translated">Nieobsługiwana wersja repozytorium {0}. Obsługiwane są tylko wersje do {1}.</target>
Expand Down
7 changes: 6 additions & 1 deletion src/Microsoft.Build.Tasks.Git/xlf/Resources.pt-BR.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</trans-unit>
<trans-unit id="SourceCodeWontBeAvailableViaSourceLink">
<source>{0} The source code won't be available via Source Link.</source>
<target state="translated">{0} O código-fonte não estará disponível por meio do Link de Origem.</target>
<target state="translated">{0} O código-fonte não estará disponível por meio do Source Link.</target>
<note />
</trans-unit>
<trans-unit id="SubmoduleWithoutCommit">
Expand All @@ -117,6 +117,11 @@
<target state="translated">Não é possível localizar o repositório com o diretório de trabalho que contém o diretório '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryExtension">
<source>Unsupported repository extension {0}. Only {1} are supported.</source>
<target state="new">Unsupported repository extension {0}. Only {1} are supported.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryVersion">
<source>Unsupported repository version {0}. Only versions up to {1} are supported.</source>
<target state="translated">{0} de versão do repositório sem suporte. Há suporte apenas para versões de até {1}.</target>
Expand Down
7 changes: 6 additions & 1 deletion src/Microsoft.Build.Tasks.Git/xlf/Resources.ru.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</trans-unit>
<trans-unit id="SourceCodeWontBeAvailableViaSourceLink">
<source>{0} The source code won't be available via Source Link.</source>
<target state="translated">{0} Исходный код не будет доступен по ссылке.</target>
<target state="translated">{0} Исходный код не будет доступен по исходной ссылке.</target>
<note />
</trans-unit>
<trans-unit id="SubmoduleWithoutCommit">
Expand All @@ -117,6 +117,11 @@
<target state="translated">Не удается найти репозиторий с рабочим каталогом, содержащим каталог "{0}".</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryExtension">
<source>Unsupported repository extension {0}. Only {1} are supported.</source>
<target state="new">Unsupported repository extension {0}. Only {1} are supported.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryVersion">
<source>Unsupported repository version {0}. Only versions up to {1} are supported.</source>
<target state="translated">Неподдерживаемая версия репозитория {0}. Поддерживаются только версии до {1}.</target>
Expand Down
5 changes: 5 additions & 0 deletions src/Microsoft.Build.Tasks.Git/xlf/Resources.tr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
<target state="translated">'{0}' dizinini içeren çalışma dizini içeren depo bulunamıyor.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryExtension">
<source>Unsupported repository extension {0}. Only {1} are supported.</source>
<target state="new">Unsupported repository extension {0}. Only {1} are supported.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryVersion">
<source>Unsupported repository version {0}. Only versions up to {1} are supported.</source>
<target state="translated">{0} depo sürümü desteklenmiyor. Yalnızca {1} sürümüne kadar olan sürümler desteklenir.</target>
Expand Down
5 changes: 5 additions & 0 deletions src/Microsoft.Build.Tasks.Git/xlf/Resources.zh-Hans.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
<target state="translated">找不到具有带目录“{0}”的工作目录的存储库。</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryExtension">
<source>Unsupported repository extension {0}. Only {1} are supported.</source>
<target state="new">Unsupported repository extension {0}. Only {1} are supported.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryVersion">
<source>Unsupported repository version {0}. Only versions up to {1} are supported.</source>
<target state="translated">不支持存储库版本 {0}。支持的最高版本为 {1}。</target>
Expand Down
7 changes: 6 additions & 1 deletion src/Microsoft.Build.Tasks.Git/xlf/Resources.zh-Hant.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</trans-unit>
<trans-unit id="SourceCodeWontBeAvailableViaSourceLink">
<source>{0} The source code won't be available via Source Link.</source>
<target state="translated">{0} 無法透過來源連結使用原始程式碼。</target>
<target state="translated">{0} 無法透過 Source Link 使用原始程式碼。</target>
<note />
</trans-unit>
<trans-unit id="SubmoduleWithoutCommit">
Expand All @@ -117,6 +117,11 @@
<target state="translated">找不到具有包含目錄 '{0}' 之工作目錄的存放庫。</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryExtension">
<source>Unsupported repository extension {0}. Only {1} are supported.</source>
<target state="new">Unsupported repository extension {0}. Only {1} are supported.</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedRepositoryVersion">
<source>Unsupported repository version {0}. Only versions up to {1} are supported.</source>
<target state="translated">不支援的存放庫版本 {0}。最大只支援版本 {1}。</target>
Expand Down
4 changes: 2 additions & 2 deletions src/SourceLink.Common/xlf/Resources.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
</trans-unit>
<trans-unit id="ErrorWritingToSourceLinkFile">
<source>Error writing to source link file '{0}': {1}</source>
<target state="translated">Fehler beim Schreiben in die Quelllinkdatei "{0}": {1}</target>
<target state="translated">Fehler beim Schreiben in die Quellverknüpfungsdatei "{0}": {1}</target>
<note />
</trans-unit>
<trans-unit id="SourceControlInformationIsNotAvailableGeneratedSourceLinkEmpty">
<source>Source control information is not available - the generated source link is empty.</source>
<target state="translated">Es sind keine Informationen zur Quellcodeverwaltung verfügbar. Der generierte Link zur Quelle ist leer.</target>
<target state="translated">Es sind keine Informationen zur Quellcodeverwaltung verfügbar. Die generierte Quellverknüpfung ist leer.</target>
<note />
</trans-unit>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/SourceLink.Common/xlf/Resources.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</trans-unit>
<trans-unit id="ErrorWritingToSourceLinkFile">
<source>Error writing to source link file '{0}': {1}</source>
<target state="translated">Erreur d'écriture dans le fichier de liaison source '{0}' : {1}</target>
<target state="translated">Erreur d'écriture dans le fichier Source Link '{0}' : {1}</target>
<note />
</trans-unit>
<trans-unit id="SourceControlInformationIsNotAvailableGeneratedSourceLinkEmpty">
Expand Down
2 changes: 1 addition & 1 deletion src/SourceLink.Common/xlf/Resources.ko.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</trans-unit>
<trans-unit id="ErrorWritingToSourceLinkFile">
<source>Error writing to source link file '{0}': {1}</source>
<target state="translated">소스 링크 파일 '{0}'에 쓰는 동안 오류가 발생했습니다. {1}</target>
<target state="translated">소스 링크 파일 '{0}'에 쓰는 동안 오류 발생: {1}</target>
<note />
</trans-unit>
<trans-unit id="SourceControlInformationIsNotAvailableGeneratedSourceLinkEmpty">
Expand Down
4 changes: 2 additions & 2 deletions src/SourceLink.Common/xlf/Resources.pl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
</trans-unit>
<trans-unit id="ErrorWritingToSourceLinkFile">
<source>Error writing to source link file '{0}': {1}</source>
<target state="translated">Błąd podczas zapisywania do pliku linku źródłowego „{0}”: {1}</target>
<target state="translated">Błąd podczas zapisywania do pliku linku do źródła „{0}”: {1}</target>
<note />
</trans-unit>
<trans-unit id="SourceControlInformationIsNotAvailableGeneratedSourceLinkEmpty">
<source>Source control information is not available - the generated source link is empty.</source>
<target state="translated">Informacje o kontroli źródła są niedostępne — wygenerowany link źródła jest pusty.</target>
<target state="translated">Informacje o kontroli źródła są niedostępne — wygenerowany link do źródła jest pusty.</target>
<note />
</trans-unit>
</body>
Expand Down
Loading