feat: Add Multi-Language Support to Act Runner (#2957)
This commit is contained in:
@@ -8,6 +8,14 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramExtUrl
|
rule: paramExtUrl
|
||||||
type: text
|
type: text
|
||||||
|
label:
|
||||||
|
en: Gitea Instance
|
||||||
|
ja: Gitea インスタンス
|
||||||
|
ms: Instans Gitea
|
||||||
|
pt-br: Instância Gitea
|
||||||
|
ru: Экземпляр Gitea
|
||||||
|
zh-Hant: Gitea 實例
|
||||||
|
zh: Gitea 实例
|
||||||
- default: '<registration_token>'
|
- default: '<registration_token>'
|
||||||
edit: true
|
edit: true
|
||||||
envKey: RUNNER_REGISTRATION_TOKEN
|
envKey: RUNNER_REGISTRATION_TOKEN
|
||||||
@@ -15,6 +23,14 @@ additionalProperties:
|
|||||||
labelZh: Registration Token
|
labelZh: Registration Token
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
label:
|
||||||
|
en: Registration Token
|
||||||
|
ja: 登録トークン
|
||||||
|
ms: Token Pendaftaran
|
||||||
|
pt-br: Token de Registro
|
||||||
|
ru: Токен регистрации
|
||||||
|
zh-Hant: 註冊令牌
|
||||||
|
zh: 注册令牌
|
||||||
- default: '<runner_name>'
|
- default: '<runner_name>'
|
||||||
edit: true
|
edit: true
|
||||||
envKey: RUNNER_NAME
|
envKey: RUNNER_NAME
|
||||||
@@ -22,6 +38,14 @@ additionalProperties:
|
|||||||
labelZh: Runner Name
|
labelZh: Runner Name
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
label:
|
||||||
|
en: Runner Name
|
||||||
|
ja: ランナー名
|
||||||
|
ms: Nama Pelari
|
||||||
|
pt-br: Nome do Runner
|
||||||
|
ru: Имя бегуна
|
||||||
|
zh-Hant: 執行器名稱
|
||||||
|
zh: 运行器名称
|
||||||
- default: '<runner_labels>'
|
- default: '<runner_labels>'
|
||||||
edit: true
|
edit: true
|
||||||
envKey: RUNNER_LABELS
|
envKey: RUNNER_LABELS
|
||||||
@@ -29,3 +53,11 @@ additionalProperties:
|
|||||||
labelZh: Runner Labels
|
labelZh: Runner Labels
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
label:
|
||||||
|
en: Runner Labels
|
||||||
|
ja: ランナータグ
|
||||||
|
ms: Label Pelari
|
||||||
|
pt-br: Rótulos do Runner
|
||||||
|
ru: Метки бегуна
|
||||||
|
zh-Hant: 執行器標籤
|
||||||
|
zh: 运行器标签
|
||||||
|
|||||||
@@ -10,6 +10,14 @@ additionalProperties:
|
|||||||
- DevOps
|
- DevOps
|
||||||
shortDescZh: Gitea Actions 的 Runner
|
shortDescZh: Gitea Actions 的 Runner
|
||||||
shortDescEn: A runner for Gitea based on Gitea fork of act
|
shortDescEn: A runner for Gitea based on Gitea fork of act
|
||||||
|
description:
|
||||||
|
en: A runner for Gitea based on Gitea fork of act
|
||||||
|
ja: act の Gitea フォークに基づいた Gitea 用ランナー
|
||||||
|
ms: Penjalank untuk Gitea berdasarkan fork Gitea dari act
|
||||||
|
pt-br: Um runner para Gitea baseado no fork do Gitea do act
|
||||||
|
ru: Раннер для Gitea на основе форка Gitea от act
|
||||||
|
zh-Hant: 基於 Gitea fork 的 act 的 Gitea 執行器
|
||||||
|
zh: 基于 Gitea fork 的 act 的 Gitea 运行器
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user