feat: Add Multi-Language Support to Alist (#2960)
This commit is contained in:
parent
d596d312c4
commit
be3cb6ff6d
|
|
@ -8,6 +8,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: WebUI Port
|
||||||
|
ja: WebUI ポート
|
||||||
|
ms: Port WebUI
|
||||||
|
pt-br: Porta WebUI
|
||||||
|
ru: Порт WebUI
|
||||||
|
zh-Hant: WebUI 埠
|
||||||
|
zh: WebUI 端口
|
||||||
- default: 5426
|
- default: 5426
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_S3
|
envKey: PANEL_APP_PORT_S3
|
||||||
|
|
@ -16,3 +24,11 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: S3 Port
|
||||||
|
ja: S3 ポート
|
||||||
|
ms: Port S3
|
||||||
|
pt-br: Porta S3
|
||||||
|
ru: Порт S3
|
||||||
|
zh-Hant: S3 埠
|
||||||
|
zh: S3 端口
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,14 @@ additionalProperties:
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh: 支持多存储的文件列表程序和私人网盘
|
shortDescZh: 支持多存储的文件列表程序和私人网盘
|
||||||
shortDescEn: Supporting multi-storage file listing program and private cloud storage
|
shortDescEn: Supporting multi-storage file listing program and private cloud storage
|
||||||
|
description:
|
||||||
|
en: Supporting multi-storage file listing program and private cloud storage
|
||||||
|
ja: 複数ストレージのファイルリスト表示プログラムとプライベートクラウドストレージのサポート
|
||||||
|
ms: Menyokong program senarai fail multi-penyimpanan dan penyimpanan awan peribadi
|
||||||
|
pt-br: Suporte para programa de listagem de arquivos em múltiplos armazenamentos e armazenamento em nuvem privado
|
||||||
|
ru: Поддержка программы отображения файлов в нескольких хранилищах и частного облачного хранилища
|
||||||
|
zh-Hant: 支援多存儲檔案列出程序和私人雲端存儲
|
||||||
|
zh: 支持多存储文件列出程序和私有云存储
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue