1
0
Fork 0

feat: Add Multi-Language Support to Act Runner (#2957)

This commit is contained in:
zhengkunwang 2025-01-14 18:46:21 +08:00 committed by GitHub
parent b9c0cd6b66
commit 289ecf10dc
2 changed files with 40 additions and 0 deletions

View File

@ -8,6 +8,14 @@ additionalProperties:
required: true
rule: paramExtUrl
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>'
edit: true
envKey: RUNNER_REGISTRATION_TOKEN
@ -15,6 +23,14 @@ additionalProperties:
labelZh: Registration Token
required: true
type: text
label:
en: Registration Token
ja: 登録トークン
ms: Token Pendaftaran
pt-br: Token de Registro
ru: Токен регистрации
zh-Hant: 註冊令牌
zh: 注册令牌
- default: '<runner_name>'
edit: true
envKey: RUNNER_NAME
@ -22,6 +38,14 @@ additionalProperties:
labelZh: Runner Name
required: true
type: text
label:
en: Runner Name
ja: ランナー名
ms: Nama Pelari
pt-br: Nome do Runner
ru: Имя бегуна
zh-Hant: 執行器名稱
zh: 运行器名称
- default: '<runner_labels>'
edit: true
envKey: RUNNER_LABELS
@ -29,3 +53,11 @@ additionalProperties:
labelZh: Runner Labels
required: true
type: text
label:
en: Runner Labels
ja: ランナータグ
ms: Label Pelari
pt-br: Rótulos do Runner
ru: Метки бегуна
zh-Hant: 執行器標籤
zh: 运行器标签

View File

@ -10,6 +10,14 @@ additionalProperties:
- DevOps
shortDescZh: Gitea Actions 的 Runner
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
crossVersionUpdate: true
limit: 0