Add various translations for i18n apps (#3475)
This commit is contained in:
@@ -5,6 +5,15 @@ additionalProperties:
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
ja: ポート
|
||||
ms: Port
|
||||
pt-br: Porta
|
||||
ru: Порт
|
||||
ko: 포트
|
||||
zh: 端口
|
||||
zh-Hant: 埠
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
||||
3
verdaccio/README_en.md
Normal file
3
verdaccio/README_en.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Verdaccio
|
||||
|
||||
**Verdaccio** is a simple, **zero-configuration local private npm registry**. You can start using it without needing a full database! Verdaccio works out of the box with **its own lightweight database** and can proxy other registries (e.g., npmjs.org), caching downloaded modules along the way. For users who want to extend storage capabilities, Verdaccio **supports various community-made plugins to integrate with services like Amazon S3, Google Cloud Storage, etc., or you can create your own plugins**.
|
||||
@@ -16,4 +16,13 @@ additionalProperties:
|
||||
recommend: 0
|
||||
website: https://verdaccio.org/
|
||||
github: https://github.com/verdaccio/verdaccio
|
||||
document: https://verdaccio.org/docs/what-is-verdaccio
|
||||
document: https://verdaccio.org/docs/what-is-verdaccio
|
||||
description:
|
||||
en: Local private NPM registry
|
||||
zh: 本地私有 NPM 注册中心
|
||||
zh-Hant: 本地私有 NPM 註冊中心
|
||||
ja: ローカルプライベート NPM レジストリ
|
||||
ms: Pendaftaran NPM persendirian tempatan
|
||||
pt-br: Registro NPM privado local
|
||||
ru: Локальный частный реестр NPM
|
||||
ko: 로컬 개인 NPM 레지스트리
|
||||
Reference in New Issue
Block a user