Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

string handback #6498

Merged
merged 1 commit into from
Feb 22, 2018
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
6 changes: 3 additions & 3 deletions Tasks/Go/Strings/resources.resjson/de-de/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"loc.instanceNameFormat": "go $(command)",
"loc.group.displayName.advanced": "Advanced",
"loc.input.label.command": "Command",
"loc.input.help.command": "The go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.help.command": "Select a Go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.label.customCommand": "Custom command",
"loc.input.help.customCommand": "The command to pass to go for execution.",
"loc.input.help.customCommand": "Custom Go command for execution. For example: to execute go version, enter version.",
"loc.input.label.arguments": "Arguments",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command. The arguments depend on the command selected.",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command.",
"loc.input.label.workingDirectory": "Working Directory",
"loc.input.help.workingDirectory": "Current working directory where the script is run. Empty is the root of the repo (build) or artifacts (release), which is $(System.DefaultWorkingDirectory)",
"loc.messages.TaskFailedWithError": "Go task failed with error: %s"
Expand Down
6 changes: 3 additions & 3 deletions Tasks/Go/Strings/resources.resjson/es-es/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"loc.instanceNameFormat": "go $(command)",
"loc.group.displayName.advanced": "Advanced",
"loc.input.label.command": "Command",
"loc.input.help.command": "The go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.help.command": "Select a Go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.label.customCommand": "Custom command",
"loc.input.help.customCommand": "The command to pass to go for execution.",
"loc.input.help.customCommand": "Custom Go command for execution. For example: to execute go version, enter version.",
"loc.input.label.arguments": "Arguments",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command. The arguments depend on the command selected.",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command.",
"loc.input.label.workingDirectory": "Working Directory",
"loc.input.help.workingDirectory": "Current working directory where the script is run. Empty is the root of the repo (build) or artifacts (release), which is $(System.DefaultWorkingDirectory)",
"loc.messages.TaskFailedWithError": "Go task failed with error: %s"
Expand Down
6 changes: 3 additions & 3 deletions Tasks/Go/Strings/resources.resjson/fr-fr/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"loc.instanceNameFormat": "go $(command)",
"loc.group.displayName.advanced": "Advanced",
"loc.input.label.command": "Command",
"loc.input.help.command": "The go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.help.command": "Select a Go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.label.customCommand": "Custom command",
"loc.input.help.customCommand": "The command to pass to go for execution.",
"loc.input.help.customCommand": "Custom Go command for execution. For example: to execute go version, enter version.",
"loc.input.label.arguments": "Arguments",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command. The arguments depend on the command selected.",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command.",
"loc.input.label.workingDirectory": "Working Directory",
"loc.input.help.workingDirectory": "Current working directory where the script is run. Empty is the root of the repo (build) or artifacts (release), which is $(System.DefaultWorkingDirectory)",
"loc.messages.TaskFailedWithError": "Go task failed with error: %s"
Expand Down
6 changes: 3 additions & 3 deletions Tasks/Go/Strings/resources.resjson/it-IT/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"loc.instanceNameFormat": "go $(command)",
"loc.group.displayName.advanced": "Advanced",
"loc.input.label.command": "Command",
"loc.input.help.command": "The go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.help.command": "Select a Go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.label.customCommand": "Custom command",
"loc.input.help.customCommand": "The command to pass to go for execution.",
"loc.input.help.customCommand": "Custom Go command for execution. For example: to execute go version, enter version.",
"loc.input.label.arguments": "Arguments",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command. The arguments depend on the command selected.",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command.",
"loc.input.label.workingDirectory": "Working Directory",
"loc.input.help.workingDirectory": "Current working directory where the script is run. Empty is the root of the repo (build) or artifacts (release), which is $(System.DefaultWorkingDirectory)",
"loc.messages.TaskFailedWithError": "Go task failed with error: %s"
Expand Down
6 changes: 3 additions & 3 deletions Tasks/Go/Strings/resources.resjson/ja-jp/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"loc.instanceNameFormat": "go $(command)",
"loc.group.displayName.advanced": "Advanced",
"loc.input.label.command": "Command",
"loc.input.help.command": "The go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.help.command": "Select a Go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.label.customCommand": "Custom command",
"loc.input.help.customCommand": "The command to pass to go for execution.",
"loc.input.help.customCommand": "Custom Go command for execution. For example: to execute go version, enter version.",
"loc.input.label.arguments": "Arguments",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command. The arguments depend on the command selected.",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command.",
"loc.input.label.workingDirectory": "Working Directory",
"loc.input.help.workingDirectory": "Current working directory where the script is run. Empty is the root of the repo (build) or artifacts (release), which is $(System.DefaultWorkingDirectory)",
"loc.messages.TaskFailedWithError": "Go task failed with error: %s"
Expand Down
6 changes: 3 additions & 3 deletions Tasks/Go/Strings/resources.resjson/ko-KR/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"loc.instanceNameFormat": "go $(command)",
"loc.group.displayName.advanced": "Advanced",
"loc.input.label.command": "Command",
"loc.input.help.command": "The go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.help.command": "Select a Go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.label.customCommand": "Custom command",
"loc.input.help.customCommand": "The command to pass to go for execution.",
"loc.input.help.customCommand": "Custom Go command for execution. For example: to execute go version, enter version.",
"loc.input.label.arguments": "Arguments",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command. The arguments depend on the command selected.",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command.",
"loc.input.label.workingDirectory": "Working Directory",
"loc.input.help.workingDirectory": "Current working directory where the script is run. Empty is the root of the repo (build) or artifacts (release), which is $(System.DefaultWorkingDirectory)",
"loc.messages.TaskFailedWithError": "Go task failed with error: %s"
Expand Down
6 changes: 3 additions & 3 deletions Tasks/Go/Strings/resources.resjson/ru-RU/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"loc.instanceNameFormat": "go $(command)",
"loc.group.displayName.advanced": "Advanced",
"loc.input.label.command": "Command",
"loc.input.help.command": "The go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.help.command": "Select a Go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.label.customCommand": "Custom command",
"loc.input.help.customCommand": "The command to pass to go for execution.",
"loc.input.help.customCommand": "Custom Go command for execution. For example: to execute go version, enter version.",
"loc.input.label.arguments": "Arguments",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command. The arguments depend on the command selected.",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command.",
"loc.input.label.workingDirectory": "Working Directory",
"loc.input.help.workingDirectory": "Current working directory where the script is run. Empty is the root of the repo (build) or artifacts (release), which is $(System.DefaultWorkingDirectory)",
"loc.messages.TaskFailedWithError": "Go task failed with error: %s"
Expand Down
6 changes: 3 additions & 3 deletions Tasks/Go/Strings/resources.resjson/zh-CN/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"loc.instanceNameFormat": "go $(command)",
"loc.group.displayName.advanced": "Advanced",
"loc.input.label.command": "Command",
"loc.input.help.command": "The go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.help.command": "Select a Go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.label.customCommand": "Custom command",
"loc.input.help.customCommand": "The command to pass to go for execution.",
"loc.input.help.customCommand": "Custom Go command for execution. For example: to execute go version, enter version.",
"loc.input.label.arguments": "Arguments",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command. The arguments depend on the command selected.",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command.",
"loc.input.label.workingDirectory": "Working Directory",
"loc.input.help.workingDirectory": "Current working directory where the script is run. Empty is the root of the repo (build) or artifacts (release), which is $(System.DefaultWorkingDirectory)",
"loc.messages.TaskFailedWithError": "Go task failed with error: %s"
Expand Down
6 changes: 3 additions & 3 deletions Tasks/Go/Strings/resources.resjson/zh-TW/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"loc.instanceNameFormat": "go $(command)",
"loc.group.displayName.advanced": "Advanced",
"loc.input.label.command": "Command",
"loc.input.help.command": "The go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.help.command": "Select a Go command to run. Select 'Custom' to use a command not listed here.",
"loc.input.label.customCommand": "Custom command",
"loc.input.help.customCommand": "The command to pass to go for execution.",
"loc.input.help.customCommand": "Custom Go command for execution. For example: to execute go version, enter version.",
"loc.input.label.arguments": "Arguments",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command. The arguments depend on the command selected.",
"loc.input.help.arguments": "Arguments to the selected command. For example, build time arguments for go build command.",
"loc.input.label.workingDirectory": "Working Directory",
"loc.input.help.workingDirectory": "Current working directory where the script is run. Empty is the root of the repo (build) or artifacts (release), which is $(System.DefaultWorkingDirectory)",
"loc.messages.TaskFailedWithError": "Go task failed with error: %s"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"loc.friendlyName": "Go Tool Installer",
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=867581)",
"loc.description": "Finds or downloads and caches specified version of Go and adds it to the PATH.",
"loc.description": "Finds or downloads specific version of Go tool into tools cache and adds it to the PATH. Use this task to change the version of Go Lang used in subsequent tasks",
"loc.instanceNameFormat": "Use Go $(version)",
"loc.group.displayName.advanced": "Erweitert",
"loc.input.label.version": "Version",
"loc.input.help.version": "Go tool version to download and install. Examples: 1.9.3",
"loc.input.help.version": "Go tool version to download and install. Example: 1.9.3",
"loc.input.label.goPath": "GOPATH",
"loc.input.help.goPath": "Value for the GOPATH environment variable.",
"loc.input.label.goBin": "GOBIN",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"loc.friendlyName": "Go Tool Installer",
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=867581)",
"loc.description": "Finds or downloads and caches specified version of Go and adds it to the PATH.",
"loc.description": "Finds or downloads specific version of Go tool into tools cache and adds it to the PATH. Use this task to change the version of Go Lang used in subsequent tasks",
"loc.instanceNameFormat": "Use Go $(version)",
"loc.group.displayName.advanced": "Avanzado",
"loc.input.label.version": "Version",
"loc.input.help.version": "Go tool version to download and install. Examples: 1.9.3",
"loc.input.help.version": "Go tool version to download and install. Example: 1.9.3",
"loc.input.label.goPath": "GOPATH",
"loc.input.help.goPath": "Value for the GOPATH environment variable.",
"loc.input.label.goBin": "GOBIN",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"loc.friendlyName": "Go Tool Installer",
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=867581)",
"loc.description": "Finds or downloads and caches specified version of Go and adds it to the PATH.",
"loc.description": "Finds or downloads specific version of Go tool into tools cache and adds it to the PATH. Use this task to change the version of Go Lang used in subsequent tasks",
"loc.instanceNameFormat": "Use Go $(version)",
"loc.group.displayName.advanced": "Avancé",
"loc.input.label.version": "Version",
"loc.input.help.version": "Go tool version to download and install. Examples: 1.9.3",
"loc.input.help.version": "Go tool version to download and install. Example: 1.9.3",
"loc.input.label.goPath": "GOPATH",
"loc.input.help.goPath": "Value for the GOPATH environment variable.",
"loc.input.label.goBin": "GOBIN",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"loc.friendlyName": "Go Tool Installer",
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=867581)",
"loc.description": "Finds or downloads and caches specified version of Go and adds it to the PATH.",
"loc.description": "Finds or downloads specific version of Go tool into tools cache and adds it to the PATH. Use this task to change the version of Go Lang used in subsequent tasks",
"loc.instanceNameFormat": "Use Go $(version)",
"loc.group.displayName.advanced": "Avanzate",
"loc.input.label.version": "Version",
"loc.input.help.version": "Go tool version to download and install. Examples: 1.9.3",
"loc.input.help.version": "Go tool version to download and install. Example: 1.9.3",
"loc.input.label.goPath": "GOPATH",
"loc.input.help.goPath": "Value for the GOPATH environment variable.",
"loc.input.label.goBin": "GOBIN",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"loc.friendlyName": "Go Tool Installer",
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=867581)",
"loc.description": "Finds or downloads and caches specified version of Go and adds it to the PATH.",
"loc.description": "Finds or downloads specific version of Go tool into tools cache and adds it to the PATH. Use this task to change the version of Go Lang used in subsequent tasks",
"loc.instanceNameFormat": "Use Go $(version)",
"loc.group.displayName.advanced": "詳細設定",
"loc.input.label.version": "Version",
"loc.input.help.version": "Go tool version to download and install. Examples: 1.9.3",
"loc.input.help.version": "Go tool version to download and install. Example: 1.9.3",
"loc.input.label.goPath": "GOPATH",
"loc.input.help.goPath": "Value for the GOPATH environment variable.",
"loc.input.label.goBin": "GOBIN",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"loc.friendlyName": "Go Tool Installer",
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=867581)",
"loc.description": "Finds or downloads and caches specified version of Go and adds it to the PATH.",
"loc.description": "Finds or downloads specific version of Go tool into tools cache and adds it to the PATH. Use this task to change the version of Go Lang used in subsequent tasks",
"loc.instanceNameFormat": "Use Go $(version)",
"loc.group.displayName.advanced": "고급",
"loc.input.label.version": "Version",
"loc.input.help.version": "Go tool version to download and install. Examples: 1.9.3",
"loc.input.help.version": "Go tool version to download and install. Example: 1.9.3",
"loc.input.label.goPath": "GOPATH",
"loc.input.help.goPath": "Value for the GOPATH environment variable.",
"loc.input.label.goBin": "GOBIN",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"loc.friendlyName": "Go Tool Installer",
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=867581)",
"loc.description": "Finds or downloads and caches specified version of Go and adds it to the PATH.",
"loc.description": "Finds or downloads specific version of Go tool into tools cache and adds it to the PATH. Use this task to change the version of Go Lang used in subsequent tasks",
"loc.instanceNameFormat": "Use Go $(version)",
"loc.group.displayName.advanced": "Дополнительно",
"loc.input.label.version": "Version",
"loc.input.help.version": "Go tool version to download and install. Examples: 1.9.3",
"loc.input.help.version": "Go tool version to download and install. Example: 1.9.3",
"loc.input.label.goPath": "GOPATH",
"loc.input.help.goPath": "Value for the GOPATH environment variable.",
"loc.input.label.goBin": "GOBIN",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"loc.friendlyName": "Go Tool Installer",
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=867581)",
"loc.description": "Finds or downloads and caches specified version of Go and adds it to the PATH.",
"loc.description": "Finds or downloads specific version of Go tool into tools cache and adds it to the PATH. Use this task to change the version of Go Lang used in subsequent tasks",
"loc.instanceNameFormat": "Use Go $(version)",
"loc.group.displayName.advanced": "高级",
"loc.input.label.version": "Version",
"loc.input.help.version": "Go tool version to download and install. Examples: 1.9.3",
"loc.input.help.version": "Go tool version to download and install. Example: 1.9.3",
"loc.input.label.goPath": "GOPATH",
"loc.input.help.goPath": "Value for the GOPATH environment variable.",
"loc.input.label.goBin": "GOBIN",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"loc.friendlyName": "Go Tool Installer",
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=867581)",
"loc.description": "Finds or downloads and caches specified version of Go and adds it to the PATH.",
"loc.description": "Finds or downloads specific version of Go tool into tools cache and adds it to the PATH. Use this task to change the version of Go Lang used in subsequent tasks",
"loc.instanceNameFormat": "Use Go $(version)",
"loc.group.displayName.advanced": "進階",
"loc.input.label.version": "Version",
"loc.input.help.version": "Go tool version to download and install. Examples: 1.9.3",
"loc.input.help.version": "Go tool version to download and install. Example: 1.9.3",
"loc.input.label.goPath": "GOPATH",
"loc.input.help.goPath": "Value for the GOPATH environment variable.",
"loc.input.label.goBin": "GOBIN",
Expand Down
Loading