1
0
Fork 0

feat(i18n): enhance internationalization support for multiple applications

- add labelEn and labelZh fields for form field labels in 1panel-tools, TDengine, action-runner, billion-mail, telegraph-image, and wechat-selkies applications
- expand TDengine port configuration labels to include multiple languages: zh-hant, ja, ms, pt-br, ru, ko, tr
- improve action-runner role descriptions to include enterprise support and clarify repository formats
- standardize label formatting with consistent spacing and capitalization
- enhance billion-mail configuration with comprehensive service labels and descriptions
- update telegraph-image and wechat-selkies port labels for better clarity
- add multi-language description support for TDengine main application metadata
This commit is contained in:
pooneyy 2025-11-02 01:18:50 +08:00
parent 97abd014bf
commit fa6ac99c68
No known key found for this signature in database
9 changed files with 268 additions and 21 deletions

View File

@ -2,9 +2,11 @@ additionalProperties:
formFields:
- default: "8080"
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Port
labelZh: Web 端口
label:
en: Web-Port
zh: Web端口
en: Web Port
zh: Web 端口
required: true
type: number
edit: true

View File

@ -2,9 +2,11 @@ additionalProperties:
formFields:
- default: "8080"
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Port
labelZh: Web 端口
label:
en: Web-Port
zh: Web端口
en: Web Port
zh: Web 端口
required: true
type: number
edit: true

View File

@ -2,62 +2,125 @@ additionalProperties:
formFields:
- default: "6030"
envKey: Taosc_PORT
labelEn: Native interface (taosc) Port
labelZh: 原生接口taosc端口
label:
en: Native interface (taosc) Port
zh: 原生接口taosc端口
zh-hant: 原生介面taosc通訊埠
ja: ネイティブインターフェースtaoscポート
ms: Antara Muka Asal (taosc) Port
pt-br: Porta de Interface Nativa (taosc)
ru: Порт нативного интерфейса (taosc)
ko: 네이티브 인터페이스(taosc) 포트
tr: Yerel Arayüz (taosc) Bağlantı Noktası
required: true
type: number
edit: true
rule: paramPort
- default: "6035"
envKey: TD_GPT_PORT
labelEn: TDgpt Port
labelZh: TDgpt 端口
label:
en: TDgpt Port
zh: TDgpt 端口
zh-hant: TDgpt 連接埠
ja: TDgpt ポート
ms: TDgpt Port
pt-br: Porta TDgpt
ru: Порт TDgpt
ko: TDgpt 포트
tr: TDgpt Bağlantı Noktası
required: true
type: number
edit: true
rule: paramPort
- default: "6041"
envKey: RESTFul_WebSocket_PORT
labelEn: RESTful and WebSocket Port
labelZh: RESTful and WebSocket 端口
label:
en: RESTful and WebSocket Port
zh: RESTful and WebSocket 端口
zh-hant: RESTful 與 WebSocket 通訊埠
ja: RESTful および WebSocket ポート
ms: Port RESTful dan WebSocket
pt-br: Porta RESTful e WebSocket
ru: Порт RESTful и WebSocket
ko: RESTful 및 WebSocket 포트
tr: RESTful ve WebSocket Bağlantı Noktası
required: true
type: number
edit: true
rule: paramPort
- default: 6043-6049
envKey: MAPPING_PORT
labelEn: Mapping Port within Container 6043-6049
labelZh: 映射容器内端口 6043-6049
label:
en: Mapping Port within Container 6043-6049
zh: 映射容器内端口 6043-6049
zh-hant: 映射容器內通訊埠 6043-6049
ja: コンテナ内ポート 6043-6049 のマッピング
ms: Petakan port dalam bekas 6043-6049
pt-br: Mapear a porta interna do contêiner 6043-6049
ru: Сопоставить порты внутри контейнера 6043-6049
ko: 컨테이너 내부 포트 6043-6049 매핑
tr: Kapsayıcı içi 6043-6049 bağlantı noktalarını eşle
required: true
type: text
edit: true
- default: "6050"
envKey: taosX_REST_API_PORT
labelEn: taosX REST API listening port
labelZh: taosX REST API 监听端口
label:
en: taosX REST API listening port
zh: " taosX REST API 监听端口"
zh: taosX REST API 监听端口
zh-hant: taosX REST API 監聽通訊埠
ja: taosX REST API リスニングポート
ms: Port Pendengaran API REST taosX
pt-br: Porta de Escuta da API REST taosX
ru: Порт прослушивания taosX REST API
ko: taosX REST API 수신 포트
tr: taosX REST API Dinleme Bağlantı Noktası
required: true
type: number
edit: true
rule: paramPort
- default: "6055"
envKey: taosX_gRPC_PORT
labelEn: taosX gRPC service listening port
labelZh: taosX gRPC 服务监听端口
label:
en: taosX gRPC service listening port
zh: taosX gRPC 服务监听端口
zh-hant: taosX gRPC 服務監聽通訊埠
ja: taosX gRPC サービスリスニングポート
ms: Port Pendengaran Perkhidmatan gRPC taosX
pt-br: Porta de Escuta do Serviço gRPC taosX
ru: Порт прослушивания службы taosX gRPC
ko: taosX gRPC 서비스 수신 포트
tr: taosX gRPC Hizmeti Dinleme Bağlantı Noktası
required: true
type: number
edit: true
rule: paramPort
- default: "6060"
envKey: Taos_Explorer_PORT
labelEn: taosExplorer service port
labelZh: taosExplorer 服务端口
label:
en: taosExplorer service port
zh: taosExplorer 服务端口
zh-hant: taosExplorer 服務通訊埠
ja: taosExplorer サービスポート
ms: Port Perkhidmatan taosExplorer
pt-br: Porta do Serviço taosExplorer
ru: Порт службы taosExplorer
ko: taosExplorer 서비스 포트
tr: taosExplorer Hizmet Bağlantı Noktası
required: true
type: number
edit: true

View File

@ -2,62 +2,125 @@ additionalProperties:
formFields:
- default: "6030"
envKey: Taosc_PORT
labelEn: Native interface (taosc) Port
labelZh: 原生接口taosc端口
label:
en: Native interface (taosc) Port
zh: 原生接口taosc端口
zh-hant: 原生介面taosc通訊埠
ja: ネイティブインターフェースtaoscポート
ms: Antara Muka Asal (taosc) Port
pt-br: Porta de Interface Nativa (taosc)
ru: Порт нативного интерфейса (taosc)
ko: 네이티브 인터페이스(taosc) 포트
tr: Yerel Arayüz (taosc) Bağlantı Noktası
required: true
type: number
edit: true
rule: paramPort
- default: "6035"
envKey: TD_GPT_PORT
labelEn: TDgpt Port
labelZh: TDgpt 端口
label:
en: TDgpt Port
zh: TDgpt 端口
zh-hant: TDgpt 連接埠
ja: TDgpt ポート
ms: TDgpt Port
pt-br: Porta TDgpt
ru: Порт TDgpt
ko: TDgpt 포트
tr: TDgpt Bağlantı Noktası
required: true
type: number
edit: true
rule: paramPort
- default: "6041"
envKey: RESTFul_WebSocket_PORT
labelEn: RESTful and WebSocket Port
labelZh: RESTful and WebSocket 端口
label:
en: RESTful and WebSocket Port
zh: RESTful and WebSocket 端口
zh-hant: RESTful 與 WebSocket 通訊埠
ja: RESTful および WebSocket ポート
ms: Port RESTful dan WebSocket
pt-br: Porta RESTful e WebSocket
ru: Порт RESTful и WebSocket
ko: RESTful 및 WebSocket 포트
tr: RESTful ve WebSocket Bağlantı Noktası
required: true
type: number
edit: true
rule: paramPort
- default: 6043-6049
envKey: MAPPING_PORT
labelEn: Mapping Port within Container 6043-6049
labelZh: 映射容器内端口 6043-6049
label:
en: Mapping Port within Container 6043-6049
zh: 映射容器内端口 6043-6049
zh-hant: 映射容器內通訊埠 6043-6049
ja: コンテナ内ポート 6043-6049 のマッピング
ms: Petakan port dalam bekas 6043-6049
pt-br: Mapear a porta interna do contêiner 6043-6049
ru: Сопоставить порты внутри контейнера 6043-6049
ko: 컨테이너 내부 포트 6043-6049 매핑
tr: Kapsayıcı içi 6043-6049 bağlantı noktalarını eşle
required: true
type: text
edit: true
- default: "6050"
envKey: taosX_REST_API_PORT
labelEn: taosX REST API listening port
labelZh: taosX REST API 监听端口
label:
en: taosX REST API listening port
zh: " taosX REST API 监听端口"
zh: taosX REST API 监听端口
zh-hant: taosX REST API 監聽通訊埠
ja: taosX REST API リスニングポート
ms: Port Pendengaran API REST taosX
pt-br: Porta de Escuta da API REST taosX
ru: Порт прослушивания taosX REST API
ko: taosX REST API 수신 포트
tr: taosX REST API Dinleme Bağlantı Noktası
required: true
type: number
edit: true
rule: paramPort
- default: "6055"
envKey: taosX_gRPC_PORT
labelEn: taosX gRPC service listening port
labelZh: taosX gRPC 服务监听端口
label:
en: taosX gRPC service listening port
zh: taosX gRPC 服务监听端口
zh-hant: taosX gRPC 服務監聽通訊埠
ja: taosX gRPC サービスリスニングポート
ms: Port Pendengaran Perkhidmatan gRPC taosX
pt-br: Porta de Escuta do Serviço gRPC taosX
ru: Порт прослушивания службы taosX gRPC
ko: taosX gRPC 서비스 수신 포트
tr: taosX gRPC Hizmeti Dinleme Bağlantı Noktası
required: true
type: number
edit: true
rule: paramPort
- default: "6060"
envKey: Taos_Explorer_PORT
labelEn: taosExplorer service port
labelZh: taosExplorer 服务端口
label:
en: taosExplorer service port
zh: taosExplorer 服务端口
zh-hant: taosExplorer 服務通訊埠
ja: taosExplorer サービスポート
ms: Port Perkhidmatan taosExplorer
pt-br: Porta do Serviço taosExplorer
ru: Порт службы taosExplorer
ko: taosExplorer 서비스 포트
tr: taosExplorer Hizmet Bağlantı Noktası
required: true
type: number
edit: true

View File

@ -3,8 +3,7 @@ tags:
- 数据库
title: 专为工业物联网IIoT场景设计的高性能、可扩展时间序列数据库
description:
en: High-performance, scalable time-series database designed for Industrial IoT
(IIoT) scenarios
en: High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios
zh: 专为工业物联网IIoT场景设计的高性能、可扩展时间序列数据库
additionalProperties:
key: TDengine
@ -12,9 +11,17 @@ additionalProperties:
tags:
- Database
shortDescZh: 专为工业物联网IIoT场景设计的高性能、可扩展时间序列数据库
shortDescEn: High-performance, scalable time-series database designed for
Industrial IoT (IIoT) scenarios
shortDescEn: High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios
type: runtime
description:
en: High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios
ja: 高性能で拡張可能な時系列データベースで、工業 IoTIIoTシナリオ向けに設計
ms: Pantai berprestasi tinggi, pangkalan data berukuran besar beraturan masa dirancang untuk keadaan Internet of Things Industri (IIoT)
pt-br: Banco de dados de séries temporais de alta performance e escalável, projetado para cenários de Internet das Coisas Industriais (IIoT)
ru: Высокопроизводительная, масштабируемая база данных временных рядов, разработанная для сценариев Промышленного Интернета Вещей (IIoT)
ko: 고성능, 확장 가능한 시계열 데이터베이스로 Industrial IoT(IIoT) 환경에 맞춰 설계되었습니다
zh-Hant: 高效能、可擴充的時序資料庫專為工業物聯網IIoT情境設計
zh: 专为工业物联网IIoT场景设计的高性能、可扩展时间序列数据库
crossVersionUpdate: true
limit: 0
website: https://www.taosdata.com/

View File

@ -5,6 +5,12 @@ additionalProperties:
envKey: PRIVILEGED
labelEn: "Privilege Mode: Manually enabled for permission issues"
labelZh: "特权模式: 遇到权限问题时手动启用"
label:
en: Privilege Mode
zh: 特权模式
description:
en: Manually enabled for permission issues
zh: 遇到权限问题时手动启用
required: false
type: select
values:
@ -16,8 +22,14 @@ additionalProperties:
- default: "repos"
edit: true
envKey: ROLE
labelEn: Role (Repository or Organization)
labelZh: 角色 (个人仓库或者组织)
labelEn: Role (Repository, Enterprise or Organization)
labelZh: 角色 (个人仓库、企业或者组织)
label:
en: Role
zh: 角色
description:
en: Repository, Enterprise or Organization
zh: 个人仓库、企业或者组织
required: true
type: select
values:
@ -31,8 +43,14 @@ additionalProperties:
- default: "owner/repo"
edit: true
envKey: REPO
labelEn: Repository name or organization name
labelZh: 仓库名或组织名
labelEn: Repository name, enterprise name or organization name
labelZh: 仓库名、企业名或组织名
label:
en: Repository name, enterprise name or organization name
zh: 仓库名、企业名或组织名
description:
en: Personal repository format is owner/repo, enterprise format is enterpriseName, organization format is orgName
zh: 个人仓库格式为 owner/repo企业格式为 enterpriseName组织格式为 orgName
required: true
type: text
@ -41,6 +59,9 @@ additionalProperties:
envKey: GITHUB_TOKEN
labelEn: Github Token
labelZh: Github 令牌
label:
en: Github Token
zh: Github 令牌
required: true
type: text
@ -49,6 +70,9 @@ additionalProperties:
envKey: RUNNER_NAME
labelEn: Runner Name
labelZh: 运行器名称
label:
en: Runner Name
zh: 运行器名称
required: false
type: text
@ -57,6 +81,9 @@ additionalProperties:
envKey: RUNNER_LABELS
labelEn: Runner Labels
labelZh: 运行器标签
label:
en: Runner Labels
zh: 运行器标签
required: false
type: text
@ -65,6 +92,9 @@ additionalProperties:
envKey: WORK_FOLDER
labelEn: Work Folder
labelZh: 工作文件夹
label:
en: Work Folder
zh: 工作文件夹
required: false
type: text
@ -73,6 +103,9 @@ additionalProperties:
envKey: RUNNER_GROUP
labelEn: Runner Group
labelZh: 运行器组
label:
en: Runner Group
zh: 运行器组
required: false
type: text
@ -81,6 +114,9 @@ additionalProperties:
envKey: AUTO_UNREGISTER
labelEn: Unregister the Runner when the container is stopped
labelZh: 是否在容器停止时注销 Runner
label:
en: Unregister the Runner when the container is stopped
zh: 是否在容器停止时注销 Runner
required: false
type: select
values:

View File

@ -2,6 +2,8 @@ additionalProperties:
formFields:
- default: ./data/billionmail
envKey: CORE_DATA_PATH
labelEn: Core service data path
labelZh: Core 数据持久化
label:
en: Core service data path
zh: Core 数据持久化
@ -12,6 +14,8 @@ additionalProperties:
- default: ./data/rspamd
envKey: RSPAMD_DATA_PATH
labelEn: Rspamd service data path
labelZh: Rspamd 数据持久化
label:
en: Rspamd service data path
zh: Rspamd 数据持久化
@ -22,6 +26,8 @@ additionalProperties:
- default: ./data/dovecot
envKey: DOCECOT_DATA_PATH
labelEn: Dovecot (IMAP/POP3) service data path
labelZh: Dovecot (IMAP/POP3) 数据持久化
label:
en: Dovecot (IMAP/POP3) service data path
zh: Dovecot (IMAP/POP3) 数据持久化
@ -32,6 +38,8 @@ additionalProperties:
- default: ./data/postfix
envKey: POSTFIX_DATA_PATH
labelEn: Postfix (SMTP) service data path
labelZh: Postfix (SMTP) 数据持久化
label:
en: Postfix (SMTP) service data path
zh: Postfix (SMTP) 数据持久化
@ -42,6 +50,8 @@ additionalProperties:
- default: ./data/roundcube
envKey: ROUNDCUBE_DATA_PATH
labelEn: Roundcube service data path
labelZh: Roundcube 数据持久化
label:
en: Roundcube service data path
zh: Roundcube 数据持久化
@ -52,6 +62,8 @@ additionalProperties:
- default: "80"
envKey: HTTP_PORT
labelEn: HTTP PORT
labelZh: HTTP 端口
label:
en: HTTP PORT
zh: HTTP 端口
@ -62,6 +74,8 @@ additionalProperties:
- default: "443"
envKey: HTTPS_PORT
labelEn: HTTPS PORT
labelZh: HTTPS 端口
label:
en: HTTPS PORT
zh: HTTPS 端口
@ -72,6 +86,8 @@ additionalProperties:
- default: "143"
envKey: IMAP_PORT
labelEn: IMAP PORT
labelZh: IMAP 端口
label:
en: IMAP PORT
zh: IMAP 端口
@ -82,6 +98,8 @@ additionalProperties:
- default: "993"
envKey: IMAPS_PORT
labelEn: IMAPS PORT
labelZh: IMAPS 端口
label:
en: IMAPS PORT
zh: IMAPS 端口
@ -92,6 +110,8 @@ additionalProperties:
- default: "110"
envKey: POP_PORT
labelEn: POP PORT
labelZh: POP 端口
label:
en: POP PORT
zh: POP 端口
@ -102,6 +122,8 @@ additionalProperties:
- default: "995"
envKey: POPS_PORT
labelEn: POPS PORT
labelZh: POPS 端口
label:
en: POPS PORT
zh: POPS 端口
@ -112,6 +134,8 @@ additionalProperties:
- default: "25"
envKey: SMTP_PORT
labelEn: SMTP PORT
labelZh: SMTP 端口
label:
en: SMTP PORT
zh: SMTP 端口
@ -122,6 +146,8 @@ additionalProperties:
- default: "465"
envKey: SMTPS_PORT
labelEn: SMTPS PORT
labelZh: SMTPS 端口
label:
en: SMTPS PORT
zh: SMTPS 端口
@ -132,6 +158,8 @@ additionalProperties:
- default: "587"
envKey: SUBMISSION_PORT
labelEn: SUBMISSION PORT
labelZh: SUBMISSION 端口
label:
en: SUBMISSION PORT
zh: SUBMISSION 端口
@ -142,6 +170,8 @@ additionalProperties:
- default: 127.0.0.1:5432
envKey: SQL_PORT
labelEn: Postgres DB Address Port
labelZh: Postgres DB 地址端口
label:
en: Postgres DB Address Port
zh: Postgres DB 地址端口
@ -151,6 +181,8 @@ additionalProperties:
- default: DB_BILLIONMAIL
envKey: DBNAME
labelEn: Postgres DB Name
labelZh: Postgres 数据库名
label:
en: Postgres DB Name
zh: Postgres 数据库名
@ -160,6 +192,8 @@ additionalProperties:
- default: BILLIONMAIL
envKey: DBUSER
labelEn: Postgres DB User Name
labelZh: Postgres 数据库用户名
label:
en: Postgres DB User Name
zh: Postgres 数据库用户名
@ -169,6 +203,8 @@ additionalProperties:
- default: BILLIONMAIL_
envKey: DBPASS
labelEn: Postgres DB Password
labelZh: Postgres 数据库密码
label:
en: Postgres DB Password
zh: Postgres 数据库密码
@ -180,6 +216,8 @@ additionalProperties:
- default: 127.0.0.1:6379
envKey: REDIS_PORT
labelEn: REDIS Address Port
labelZh: REDIS 地址端口
label:
en: REDIS Address Port
zh: REDIS 地址端口
@ -189,6 +227,8 @@ additionalProperties:
- default: REDISPASS_
envKey: REDISPASS
labelEn: Redis Password
labelZh: Redis 密码
label:
en: Redis Password
zh: Redis 密码
@ -200,6 +240,8 @@ additionalProperties:
- default: mail.example.com
envKey: BILLIONMAIL_HOSTNAME
labelEn: Billionmail myhostname
labelZh: Billionmail 邮箱域
label:
en: Billionmail myhostname
zh: Billionmail 邮箱域
@ -209,6 +251,8 @@ additionalProperties:
- default: "False"
envKey: IP_WHITELIST_ENABLE
labelEn: Console ip whitelist
labelZh: 控制台 ip 白名单
label:
en: Console ip whitelist
zh: 控制台 ip 白名单
@ -223,6 +267,8 @@ additionalProperties:
- default: "7"
envKey: RETENTION_DAYS
labelEn: Number of days to keep log backup
labelZh: 保留日志备份的天数
label:
en: Number of days to keep log backup
zh: 保留日志备份的天数
@ -232,9 +278,11 @@ additionalProperties:
- default: y
envKey: FAIL2BAN_INIT
labelEn: Enable fail2ban Access restrictions
labelZh: 启用 fail2ban 访问限制
label:
en: Enable fail2ban Access restrictions
zh: 启用fail2ban访问限制
zh: 启用 fail2ban 访问限制
required: false
type: select
edit: true
@ -246,6 +294,8 @@ additionalProperties:
- default: Etc/UTC
envKey: TZ
labelEn: Time Zone (TZ identifier)
labelZh: 时区 (时区标识符)
label:
en: Time Zone (TZ identifier)
zh: 时区 (时区标识符)

View File

@ -2,9 +2,11 @@ additionalProperties:
formFields:
- default: "8080"
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
label:
en: Port
zh: 端口
en: HTTP Port
zh: HTTP 端口
required: true
type: number
edit: true
@ -12,15 +14,19 @@ additionalProperties:
- default: ./data
envKey: KV_DATABASE_DIR
labelEn: KV Database Persistence Directory
labelZh: KV 数据库持久化目录
label:
en: KV Database Persistence Directory
zh: KV数据库持久化目录
zh: KV 数据库持久化目录
required: true
type: text
edit: true
- default: ""
envKey: BASIC_USER
labelEn: Dashboard Username
labelZh: 管理面板用户名
label:
en: Dashboard Username
zh: 管理面板用户名
@ -30,6 +36,8 @@ additionalProperties:
rule: paramCommon
- default: ""
envKey: BASIC_PASS
labelEn: Dashboard Password
labelZh: 管理面板密码
label:
en: Dashboard Password
zh: 管理面板密码
@ -41,6 +49,8 @@ additionalProperties:
- default: ""
envKey: TG_Chat_ID
labelEn: Telegram Channel ID
labelZh: Telegram 频道 ID
label:
en: Telegram Channel ID
zh: Telegram 频道 ID
@ -50,6 +60,8 @@ additionalProperties:
- default: ""
envKey: TG_Bot_Token
labelEn: Telegram Bot Token
labelZh: Telegram Bot Token
label:
en: Telegram Bot Token
zh: Telegram Bot Token
@ -59,6 +71,8 @@ additionalProperties:
- default: "false"
envKey: WhiteList_Mode
labelEn: WhiteList Mode
labelZh: 白名单模式
label:
en: WhiteList Mode
zh: 白名单模式
@ -73,6 +87,8 @@ additionalProperties:
- default: ""
envKey: ModerateContentApiKey
labelEn: ModerateContent NSFW API key
labelZh: ModerateContent 图片审查 API key
label:
en: ModerateContent NSFW API key
zh: ModerateContent 图片审查 API key

View File

@ -2,15 +2,19 @@ additionalProperties:
formFields:
- default: "30001"
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
label:
en: Port
zh: 端口
en: HTTP Port
zh: HTTP 端口
required: true
type: number
edit: true
rule: paramPort
- default: ./config
envKey: CONFIG_PATH
labelEn: Config Path
labelZh: 数据持久化
label:
en: Config Path
zh: 数据持久化
@ -19,6 +23,8 @@ additionalProperties:
edit: true
- default: selkies-username
envKey: PANEL_USER
labelEn: Panel Username
labelZh: 面板用户名
label:
en: Panel Username
zh: 面板用户名
@ -27,8 +33,10 @@ additionalProperties:
edit: true
- default: PaSswoRd
envKey: PANEL_PASSWORD
labelEn: Panel Password
labelZh: 面板密码
label:
en: PANEL_PASSWORD
en: Panel Password
zh: 面板密码
required: true
type: password