1
0
Fork 0

feat: Add Multi-Language Support to Runtime (#2956)

This commit is contained in:
zhengkunwang 2025-01-14 18:45:53 +08:00 committed by GitHub
parent 5f76bc7611
commit b9c0cd6b66
5 changed files with 40 additions and 0 deletions

View File

@ -10,6 +10,14 @@ additionalProperties:
- Runtime
shortDescZh: .NET 运行环境
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
crossVersionUpdate: false
limit: 0

View File

@ -10,6 +10,14 @@ additionalProperties:
- Runtime
shortDescZh: Go 运行环境
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
crossVersionUpdate: false
limit: 0

View File

@ -10,6 +10,14 @@ additionalProperties:
- Runtime
shortDescZh: Java 运行环境
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
crossVersionUpdate: false
limit: 0

View File

@ -10,6 +10,14 @@ additionalProperties:
- Runtime
shortDescZh: Node.js 运行环境
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
crossVersionUpdate: false
limit: 0

View File

@ -10,6 +10,14 @@ additionalProperties:
- Runtime
shortDescZh: Python 运行环境
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
crossVersionUpdate: false
limit: 0