Skip to content

Commit f8eafb8

Browse files
author
Rajat Agrawal
committed
Merge branch 'releases/m117' of https://github.com/Microsoft/vsts-tasks into releases/M117
2 parents de75890 + 9beddb6 commit f8eafb8

File tree

190 files changed

+368
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+368
-242
lines changed

Tasks/ANT/Strings/resources.resjson/zh-TW/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"loc.group.displayName.codeCoverage": "程式碼涵蓋範圍",
88
"loc.group.displayName.advanced": "進階",
99
"loc.input.label.antBuildFile": "Ant 組建檔案",
10-
"loc.input.help.antBuildFile": "從儲存機制根路徑到 Ant 組建檔案的相對路徑。",
10+
"loc.input.help.antBuildFile": "從存放庫根路徑到 Ant 組建檔案的相對路徑。",
1111
"loc.input.label.options": "選項",
1212
"loc.input.help.options": "提供傳遞給 Ant 命令列的任何選項。您可以提供您自己的屬性 (例如 ***-DmyProperty=myPropertyValue***),並同時使用內建變數 (例如 ***-DmyProperty=myPropertyValue***)。或者,如果內建變數已在建置期間設為環境變數,則也可以直接傳遞 (例如 ***-DcollectionIdAsEnvVar=%SYSTEM_COLLECTIONID%***)。",
1313
"loc.input.label.targets": "目標",

Tasks/AndroidSigning/Strings/resources.resjson/zh-TW/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"loc.group.displayName.jarsignerOptions": "簽署選項",
77
"loc.group.displayName.zipalignOptions": "Zipalign 選項",
88
"loc.input.label.files": "APK 檔案",
9-
"loc.input.help.files": "從儲存機制根路徑到您想登入之 APK 的相對路徑。您可使用萬用字元指定多個檔案。例如,`**/bin/*.apk` 即代表 'bin' 子資料夾中的所有 .APK 檔。",
9+
"loc.input.help.files": "從存放庫根路徑到您想登入之 APK 的相對路徑。您可使用萬用字元指定多個檔案。例如,`**/bin/*.apk` 即代表 'bin' 子資料夾中的所有 .APK 檔。",
1010
"loc.input.label.jarsign": "簽署 APK",
1111
"loc.input.help.jarsign": "若要使用提供的金鑰儲存區檔案簽署 APK,請選取此選項。未經簽署的 APK 只可在模擬器中執行。APK 必須經過簽署,才能在裝置上執行。",
1212
"loc.input.label.keystoreFile": "Keystore 檔案",

Tasks/ArchiveFiles/Strings/resources.resjson/es-es/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"loc.input.help.replaceExistingArchive": "Si ya existe un archivo de almacenamiento, especifique si quiere sobrescribirlo. De lo contrario, se le agregarán los archivos.",
1919
"loc.messages.Filename": "files=%s",
2020
"loc.messages.TarExists": "El archivo tar intermedio %s ya existe. Intentando agregar archivos.",
21-
"loc.messages.RemoveBeforeCreation": "quitando el archivo de almacenamiento existente antes de la creación: %s",
21+
"loc.messages.RemoveBeforeCreation": "Quitando el archivo de almacenamiento existente antes de la creación: %s",
2222
"loc.messages.AlreadyExists": "El archivo de almacenamiento %s ya existe. Intentando agregar archivos.",
2323
"loc.messages.ArchiveCreationFailedWithError": "Error de creación del archivo de almacenamiento: %s \nCódigo: %d \nStdOut: %s \nStdErr: %s \nError: %s;",
2424
"loc.messages.ArchiveFileExistsButNotAFile": "El archivo de almacenamiento especificado %s ya existe y no es un archivo.",

Tasks/ArchiveFiles/Strings/resources.resjson/it-IT/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"loc.input.help.replaceExistingArchive": "Se è presente un archivio esistente, specifica se sovrascriverlo. In caso contrario, i file verranno aggiunti all'archivio.",
1919
"loc.messages.Filename": "file=%s",
2020
"loc.messages.TarExists": "Il file TAR intermedio %s esiste già. Verrà effettuato il tentativo di aggiungervi file.",
21-
"loc.messages.RemoveBeforeCreation": "rimozione del file di archivio esistente prima della creazione: %s",
21+
"loc.messages.RemoveBeforeCreation": "Rimozione del file di archivio esistente prima della creazione: %s",
2222
"loc.messages.AlreadyExists": "Il file di archivio %s esiste già. Verrà effettuato il tentativo di aggiungervi file.",
2323
"loc.messages.ArchiveCreationFailedWithError": "La creazione dell'archivio non è riuscita per il file di archivio: %s \nCodice: %d \nStdout: %s \nStderr: %s \nErrore: %s;",
2424
"loc.messages.ArchiveFileExistsButNotAFile": "Il file di archivio specificato %s esiste già e non è un file.",

Tasks/ArchiveFiles/Strings/resources.resjson/ru-RU/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"loc.input.help.replaceExistingArchive": "Если имеется существующий архив, укажите, следует ли перезаписать его. В противном случае файлы будут добавлены в него.",
1919
"loc.messages.Filename": "files=%s",
2020
"loc.messages.TarExists": "Промежуточный TAR-файл уже существует: %s. Идет попытка добавления файлов в него.",
21-
"loc.messages.RemoveBeforeCreation": "удаление существующего архивного файла перед созданием: %s",
21+
"loc.messages.RemoveBeforeCreation": "Удаление существующего архивного файла перед созданием: %s",
2222
"loc.messages.AlreadyExists": "Архивный файл уже существует: %s. Идет попытка добавления файлов в него.",
2323
"loc.messages.ArchiveCreationFailedWithError": "Сбой создания архивного файла: %s \ncode: %d \nstdout: %s \nstderr: %s \nerror: %s;",
2424
"loc.messages.ArchiveFileExistsButNotAFile": "Указанный архивный файл уже существует и не является файлом: %s",

Tasks/AzureCLI/Strings/resources.resjson/de-de/resources.resjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"loc.helpMarkDown": "[Weitere Informationen](http://go.microsoft.com/fwlink/?LinkID=827160)",
44
"loc.description": "Führt eine Shell oder ein Batchskript mit Azure CLI-Befehlen für ein Azure-Abonnement aus.",
55
"loc.instanceNameFormat": "Azure CLI $(scriptPath)",
6+
"loc.releaseNotes": "Neues in Version 1.0:\n- Unterstützt die neue Python-basierte Azure-CLI 2.0\n- Funktioniert mit Xplat-Agents (Windows, Linux oder OSX)\n- Für die Verwendung mit der Azure-CLI 1.0 (node-basiert), Wechseln zur Aufgabenversion 0.0\n- Einschränkungen:\n - Keine Unterstützung für klassische Abonnements. Die Azure-CLI 2.0 unterstützt nur Azure Resource Manager (ARM)-Abonnements.",
67
"loc.group.displayName.advanced": "Erweitert",
78
"loc.input.label.connectedServiceNameARM": "Azure-Abonnement",
89
"loc.input.help.connectedServiceNameARM": "Wählen Sie ein Azure Resource Manager-Abonnement für die Bereitstellung aus.",

Tasks/AzureCLI/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"loc.helpMarkDown": "[More Information](http://go.microsoft.com/fwlink/?LinkID=827160)",
44
"loc.description": "Run a Shell or Batch script with Azure CLI commands against an azure subscription",
55
"loc.instanceNameFormat": "Azure CLI $(scriptPath)",
6+
"loc.releaseNotes": "What's new in Version 1.0:\n- Supports the new Azure CLI 2.0 which is Python based\n- Works with Xplat agents (Windows, Linux or OSX)\n- For working with Azure CLI 1.0 (node based), switch to task version 0.0\n- Limitations:\n - No support for Classic subscriptions. Azure CLI 2.0 supports only Azure Resource Manager (ARM) subscriptions",
67
"loc.group.displayName.advanced": "Advanced",
78
"loc.input.label.connectedServiceNameARM": "Azure subscription",
89
"loc.input.help.connectedServiceNameARM": "Select an Azure resource manager subscription for the deployment",

Tasks/AzureCLI/Strings/resources.resjson/es-es/resources.resjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"loc.helpMarkDown": "[Más información](http://go.microsoft.com/fwlink/?LinkID=827160)",
44
"loc.description": "Ejecuta un shell o un script por lotes con comandos de la CLI de Azure en una suscripción de Azure",
55
"loc.instanceNameFormat": "CLI de Azure $(scriptPath)",
6+
"loc.releaseNotes": "Novedades de la versión 1.0:\n- Admite la nueva CLI de Azure 2.0 basada en Python\n- Funciona con agentes Xplat (Windows, Linux o OSX)\n- Para trabajar con la CLI de Azure 1.0 (basada en Node), cambie a la versión de tarea 0.0\n- Limitaciones:\n - No admite suscripciones del modelo clásico. La CLI de Azure 2.0 solo admite suscripciones de Azure Resource Manager (ARM)",
67
"loc.group.displayName.advanced": "Avanzado",
78
"loc.input.label.connectedServiceNameARM": "Suscripción de Azure",
89
"loc.input.help.connectedServiceNameARM": "Seleccione una suscripción de Azure Resource Manager para la implementación",

Tasks/AzureCLI/Strings/resources.resjson/fr-fr/resources.resjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"loc.helpMarkDown": "[Plus d'informations](http://go.microsoft.com/fwlink/?LinkID=827160)",
44
"loc.description": "Exécuter un script d'interpréteur de commandes ou un script de commandes par lot avec des commandes Azure CLI pour un abonnement Azure",
55
"loc.instanceNameFormat": "Azure CLI $(scriptPath)",
6+
"loc.releaseNotes": "Nouveautés de la version 1.0 :\n- Prend en charge la nouvelle interface Azure CLI 2.0 basée sur Python\n- Fonctionne avec les agents Xplat (Windows, Linux ou OSX)\n- Pour utiliser l'interface Azure CLI 1.0 (basée sur node), passez à la tâche version 0.0\n- Limitations :\n - Aucune prise en charge pour les abonnements Classic. Azure CLI 2.0 prend en charge uniquement les abonnements ARM (Azure Resource Manager)",
67
"loc.group.displayName.advanced": "Avancé",
78
"loc.input.label.connectedServiceNameARM": "Abonnement Azure",
89
"loc.input.help.connectedServiceNameARM": "Sélectionner un abonnement Azure Resource Manager pour le déploiement",

Tasks/AzureCLI/Strings/resources.resjson/it-IT/resources.resjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"loc.helpMarkDown": "[Altre informazioni](http://go.microsoft.com/fwlink/?LinkID=827160)",
44
"loc.description": "Esegue uno script shell o batch con comandi dell'interfaccia della riga di comando di Azure su una sottoscrizione di Azure",
55
"loc.instanceNameFormat": "Interfaccia della riga di comando di Azure $(scriptPath)",
6+
"loc.releaseNotes": "What's new in Version 1.0:\n- Supports the new Azure CLI 2.0 which is Python based\n- Works with Xplat agents (Windows, Linux or OSX)\n- For working with Azure CLI 1.0 (node based), switch to task version 0.0\n- Limitations:\n - No support for Classic subscriptions. Azure CLI 2.0 supports only Azure Resource Manager (ARM) subscriptions",
67
"loc.group.displayName.advanced": "Avanzate",
78
"loc.input.label.connectedServiceNameARM": "Sottoscrizione di Azure",
89
"loc.input.help.connectedServiceNameARM": "Consente di selezionare una sottoscrizione di Azure Resource Manager per la distribuzione",

0 commit comments

Comments
 (0)