feat: Add Multi-Language Support to NextCloud (#2977)
This commit is contained in:
parent
8ca76421ab
commit
fb3ae1b531
|
|
@ -8,6 +8,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: Port
|
||||||
|
ja: ポート
|
||||||
|
ms: Port
|
||||||
|
pt-br: Porta
|
||||||
|
ru: Порт
|
||||||
|
zh-Hant: 埠
|
||||||
|
zh: 端口
|
||||||
- default: Asia/Shanghai
|
- default: Asia/Shanghai
|
||||||
edit: true
|
edit: true
|
||||||
envKey: TIME_ZONE
|
envKey: TIME_ZONE
|
||||||
|
|
@ -15,5 +23,11 @@ additionalProperties:
|
||||||
labelZh: 时区
|
labelZh: 时区
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
label:
|
||||||
|
en: Time Zone
|
||||||
|
ja: タイムゾーン
|
||||||
|
ms: Zon Waktu
|
||||||
|
pt-br: Fuso Horário
|
||||||
|
ru: Часовой пояс
|
||||||
|
zh-Hant: 時區
|
||||||
|
zh: 时区
|
||||||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- Storage
|
- Storage
|
||||||
shortDescZh: Nextcloud 服务器,所有数据的安全家园
|
shortDescZh: Nextcloud 服务器,所有数据的安全家园
|
||||||
shortDescEn: Nextcloud server, a safe home for all your data
|
shortDescEn: Nextcloud server, a safe home for all your data
|
||||||
|
description:
|
||||||
|
en: Nextcloud server, a safe home for all your data
|
||||||
|
ja: Nextcloud サーバー、あなたのすべてのデータの安全な保管場所
|
||||||
|
ms: Pelayan Nextcloud, rumah yang selamat untuk semua data anda
|
||||||
|
pt-br: Servidor Nextcloud, um lar seguro para todos os seus dados
|
||||||
|
ru: Сервер Nextcloud, безопасное место для всех ваших данных
|
||||||
|
zh-Hant: Nextcloud 伺服器,所有資料的安全之家
|
||||||
|
zh: Nextcloud 服务器,所有数据的安全之家
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue