chore: update plugin descriptions (#3556)

This commit is contained in:
YANG QIA 2024-02-22 22:19:14 +08:00 committed by GitHub
parent 9d064ba97f
commit 9655b58190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
{
"name": "@nocobase/plugin-api-keys",
"displayName": "API keys",
"displayName.zh-CN": "API 密钥",
"description": "Allows users to use API key to access NocoBase HTTP API",
"description.zh-CN": "允许用户使用 API 密钥访问 NocoBase HTTP API",
"displayName": "Auth: API keys",
"displayName.zh-CN": "认证:API 密钥",
"description": "Allows users to use API key to access application HTTP API",
"description.zh-CN": "允许用户使用 API 密钥访问应用 HTTP API",
"version": "0.19.0-alpha.8",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",

View File

@ -2,7 +2,7 @@
"name": "@nocobase/plugin-logger",
"displayName": "Logger",
"displayName.zh-CN": "日志",
"description": "Server-side logs, mainly including api request logs and system runtime logs, and allows to package and download log files.",
"description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.",
"description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
"version": "0.19.0-alpha.8",
"license": "AGPL-3.0",

View File

@ -2,8 +2,8 @@
"name": "@nocobase/plugin-users",
"displayName": "Users",
"displayName.zh-CN": "用户",
"description": "Provides a basic user model.",
"description.zh-CN": "提供了基础的用户模型。",
"description": "Provides a basic user model, as well as createdBy and updatedBy fields..",
"description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
"version": "0.19.0-alpha.8",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",