feat: Add Multi-Language Support to Drawio (#2963)
This commit is contained in:
parent
2865dd1068
commit
fd7413c49d
|
|
@ -8,6 +8,14 @@ additionalProperties:
|
|||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
label:
|
||||
en: HTTP Port
|
||||
ja: HTTP ポート
|
||||
ms: HTTP Port
|
||||
pt-br: HTTP Porta
|
||||
ru: HTTP Порт
|
||||
zh-Hant: HTTP 埠
|
||||
zh: HTTP 端口
|
||||
- default: 6443
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTPS
|
||||
|
|
@ -16,3 +24,11 @@ additionalProperties:
|
|||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
label:
|
||||
en: HTTPS Port
|
||||
ja: HTTPS ポート
|
||||
ms: HTTPS Port
|
||||
pt-br: HTTPS Porta
|
||||
ru: HTTPS Порт
|
||||
zh-Hant: HTTPS 埠
|
||||
zh: HTTPS 端口
|
||||
|
|
|
|||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
|||
- Tool
|
||||
shortDescZh: 用于一般图表绘制的 JavaScript 客户端编辑器
|
||||
shortDescEn: JavaScript, client-side editor for general diagramming
|
||||
description:
|
||||
en: JavaScript, client-side editor for general diagramming
|
||||
ja: JavaScript、一般的なダイアグラム作成のためのクライアントサイドエディタ
|
||||
ms: JavaScript, penyunting sisi-klien untuk diagram am
|
||||
pt-br: JavaScript, editor do lado do cliente para diagramas gerais
|
||||
ru: JavaScript, клиентский редактор для общих диаграмм
|
||||
zh-Hant: 用於一般圖表繪製的 JavaScript 客戶端編輯器
|
||||
zh: 用于一般图表绘制的 JavaScript 客户端编辑器
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue