feat: Add Multi-Language Support to It-Tools (#2966)
This commit is contained in:
parent
5d7d9c9ecd
commit
1e6e0afdb4
|
|
@ -8,3 +8,11 @@ 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: 端口
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- DevTool
|
- DevTool
|
||||||
shortDescZh: 为开发人员提供方便的在线工具集合,具有出色的用户体验
|
shortDescZh: 为开发人员提供方便的在线工具集合,具有出色的用户体验
|
||||||
shortDescEn: Collection of handy online tools for developers, with great UX
|
shortDescEn: Collection of handy online tools for developers, with great UX
|
||||||
|
description:
|
||||||
|
en: Collection of handy online tools for developers, with great UX
|
||||||
|
ja: 開発者のための便利なオンラインツール集、優れたUX付き
|
||||||
|
ms: Koleksi alat dalam talian yang berguna untuk pembangun, dengan UX yang hebat
|
||||||
|
pt-br: Coleção de ferramentas online úteis para desenvolvedores, com ótima UX
|
||||||
|
ru: Набор удобных онлайн-инструментов для разработчиков с отличным UX
|
||||||
|
zh-Hant: 開發者使用的便捷在線工具集合,具有出色的用戶體驗
|
||||||
|
zh: 开发者使用的便捷在线工具集合,具有出色的用户体验
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue