feat: Add Multi-Language Support to Runtime (#2956)
This commit is contained in:
parent
5f76bc7611
commit
b9c0cd6b66
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- Runtime
|
- Runtime
|
||||||
shortDescZh: .NET 运行环境
|
shortDescZh: .NET 运行环境
|
||||||
shortDescEn: .NET Runtime
|
shortDescEn: .NET Runtime
|
||||||
|
description:
|
||||||
|
en: .NET Runtime Environment
|
||||||
|
ja: .NET 実行環境
|
||||||
|
ms: Persekitaran Larian .NET
|
||||||
|
pt-br: Ambiente de Execução .NET
|
||||||
|
ru: Среда выполнения .NET
|
||||||
|
zh-Hant: .NET 執行環境
|
||||||
|
zh: .NET 运行环境
|
||||||
type: dotnet
|
type: dotnet
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: false
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- Runtime
|
- Runtime
|
||||||
shortDescZh: Go 运行环境
|
shortDescZh: Go 运行环境
|
||||||
shortDescEn: Go Runtime
|
shortDescEn: Go Runtime
|
||||||
|
description:
|
||||||
|
en: Go Runtime Environment
|
||||||
|
ja: Go 実行環境
|
||||||
|
ms: Persekitaran Larian Go
|
||||||
|
pt-br: Ambiente de Execução Go
|
||||||
|
ru: Среда выполнения Go
|
||||||
|
zh-Hant: Go 執行環境
|
||||||
|
zh: Go 运行环境
|
||||||
type: go
|
type: go
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: false
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- Runtime
|
- Runtime
|
||||||
shortDescZh: Java 运行环境
|
shortDescZh: Java 运行环境
|
||||||
shortDescEn: Java Runtime
|
shortDescEn: Java Runtime
|
||||||
|
description:
|
||||||
|
en: Java Runtime Environment
|
||||||
|
ja: Java 実行環境
|
||||||
|
ms: Persekitaran Larian Java
|
||||||
|
pt-br: Ambiente de Execução Java
|
||||||
|
ru: Среда выполнения Java
|
||||||
|
zh-Hant: Java 執行環境
|
||||||
|
zh: Java 运行环境
|
||||||
type: java
|
type: java
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: false
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- Runtime
|
- Runtime
|
||||||
shortDescZh: Node.js 运行环境
|
shortDescZh: Node.js 运行环境
|
||||||
shortDescEn: Node.js Runtime
|
shortDescEn: Node.js Runtime
|
||||||
|
description:
|
||||||
|
en: Node Runtime Environment
|
||||||
|
ja: Node 実行環境
|
||||||
|
ms: Persekitaran Larian Node
|
||||||
|
pt-br: Ambiente de Execução Node
|
||||||
|
ru: Среда выполнения Node
|
||||||
|
zh-Hant: Node 執行環境
|
||||||
|
zh: Node 运行环境
|
||||||
type: node
|
type: node
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: false
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- Runtime
|
- Runtime
|
||||||
shortDescZh: Python 运行环境
|
shortDescZh: Python 运行环境
|
||||||
shortDescEn: Python Runtime
|
shortDescEn: Python Runtime
|
||||||
|
description:
|
||||||
|
en: Python Runtime Environment
|
||||||
|
ja: Python 実行環境
|
||||||
|
ms: Persekitaran Larian Python
|
||||||
|
pt-br: Ambiente de Execução Python
|
||||||
|
ru: Среда выполнения Python
|
||||||
|
zh-Hant: Python 執行環境
|
||||||
|
zh: Python 运行环境
|
||||||
type: python
|
type: python
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: false
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue