chore: optimize plugin description (#3552)

This commit is contained in:
chenos 2024-02-22 23:13:31 +08:00 committed by GitHub
parent 9655b58190
commit 83e2d64da9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
42 changed files with 140 additions and 121 deletions

View File

@ -210,7 +210,7 @@
"Before change": "变更前", "Before change": "变更前",
"After change": "变更后", "After change": "变更后",
"Delete record": "删除数据", "Delete record": "删除数据",
"Delete collection":"删除数据表", "Delete collection": "删除数据表",
"Create collection": "创建数据表", "Create collection": "创建数据表",
"Collection display name": "数据表名称", "Collection display name": "数据表名称",
"Collection name": "数据表标识", "Collection name": "数据表标识",
@ -846,10 +846,16 @@
"Allow add new": "允许新增", "Allow add new": "允许新增",
"Allow selection of existing records": "允许选择已有数据", "Allow selection of existing records": "允许选择已有数据",
"Data Model": "数据模型", "Data Model": "数据模型",
"Blocks":"区块", "Blocks": "区块",
"Users & permissions": "用户和权限", "Users & permissions": "用户和权限",
"System management": "系统管理", "System management": "系统管理",
"System & security":"系统和安全", "System & security": "系统和安全",
"Workflow":"工作流", "Workflow": "工作流",
"Third party services":"第三方服务" "Third party services": "第三方服务",
} "Data model tools": "数据模型工具",
"Data sources": "数据源",
"Collections": "数据表",
"Collection fields": "数据表字段",
"Authentication": "用户认证",
"Logging and monitoring": "日志与监控"
}

View File

@ -75,15 +75,17 @@ const LocalPlugins = () => {
const debouncedSearchValue = useDebounce(searchValue, { wait: 100 }); const debouncedSearchValue = useDebounce(searchValue, { wait: 100 });
const keyWordlists = [ const keyWordlists = [
'Data Model', 'Data model tools',
'Fields', 'Data sources',
'Collections',
'Collection fields',
'Blocks', 'Blocks',
'Actions', 'Actions',
'Users & permissions',
'Workflow', 'Workflow',
'Users & permissions',
'Authentication',
'System management', 'System management',
'System & security', 'Logging and monitoring',
'Third party services',
'Others', 'Others',
]; ];

View File

@ -4,10 +4,10 @@
"main": "dist/server/index.js", "main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/action-bulk-edit", "homepage": "https://docs.nocobase.com/plugins/action-bulk-edit",
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/action-bulk-edit", "homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/action-bulk-edit",
"displayName": "Bulk edit action", "displayName": "Action: Batch edit",
"displayName.zh-CN": "批量编辑操作", "displayName.zh-CN": "操作:批量编辑",
"description": "Provides bulk edit action", "description": "Batch edit all records or selected records.",
"description.zh-CN": "提供批量编辑操作", "description.zh-CN": "对全部数据或选中的数据进行批量编辑。",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"peerDependencies": { "peerDependencies": {
"@nocobase/client": "0.x", "@nocobase/client": "0.x",

View File

@ -4,10 +4,10 @@
"main": "dist/server/index.js", "main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/action-bulk-update", "homepage": "https://docs.nocobase.com/plugins/action-bulk-update",
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/action-bulk-update", "homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/action-bulk-update",
"displayName": "Bulk update action", "displayName": "Action: Batch update",
"displayName.zh-CN": "批量更新操作", "displayName.zh-CN": "操作:批量更新",
"description": "Provides bulk update action", "description": "Batch update all records or selected records.",
"description.zh-CN": "提供批量更新操作", "description.zh-CN": "对全部数据或选中的数据进行批量更新。",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"peerDependencies": { "peerDependencies": {
"@nocobase/client": "0.x", "@nocobase/client": "0.x",

View File

@ -4,10 +4,10 @@
"main": "dist/server/index.js", "main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/action-duplicate", "homepage": "https://docs.nocobase.com/plugins/action-duplicate",
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/action-duplicate", "homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/action-duplicate",
"displayName": "Data duplicate", "displayName": "Action: Duplicate record",
"displayName.zh-CN": "数据复制", "displayName.zh-CN": "操作:复制记录",
"description": "Provides deplicate action", "description": "Duplicate a record, you can either duplicate it into a form and edit it before saving it, or you can duplicate it directly to generate a new record.",
"description.zh-CN": "提供复制数据操作", "description.zh-CN": "复制一条记录,可以复制到表单中编辑后再提交,也可以直接复制并生成一条新记录。",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"peerDependencies": { "peerDependencies": {
"@nocobase/client": "0.x", "@nocobase/client": "0.x",

View File

@ -4,8 +4,8 @@
"main": "dist/server/index.js", "main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/action-print", "homepage": "https://docs.nocobase.com/plugins/action-print",
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/action-print", "homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/action-print",
"displayName": "Print", "displayName": "Action: Print",
"displayName.zh-CN": "打印操作", "displayName.zh-CN": "操作:打印",
"description": "Provides print action", "description": "Provides print action",
"description.zh-CN": "提供打印操作", "description.zh-CN": "提供打印操作",
"license": "AGPL-3.0", "license": "AGPL-3.0",
@ -16,6 +16,6 @@
}, },
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [ "keywords": [
"actions" "Actions"
] ]
} }

View File

@ -3,8 +3,8 @@
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"displayName": "API documentation", "displayName": "API documentation",
"displayName.zh-CN": "API 文档", "displayName.zh-CN": "API 文档",
"description": "An OpenAPI documentation generator for NocoBase HTTP API", "description": "An OpenAPI documentation generator for NocoBase HTTP API.",
"description.zh-CN": "NocoBase HTTP API 的 OpenAPI 文档生成器", "description.zh-CN": "NocoBase HTTP API 的 OpenAPI 文档生成器",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/api-doc", "homepage": "https://docs.nocobase.com/plugins/api-doc",

View File

@ -2,13 +2,16 @@
"name": "@nocobase/plugin-api-keys", "name": "@nocobase/plugin-api-keys",
"displayName": "Auth: API keys", "displayName": "Auth: API keys",
"displayName.zh-CN": "认证API 密钥", "displayName.zh-CN": "认证API 密钥",
"description": "Allows users to use API key to access application HTTP API", "description": "Allows users to use API key to access application's HTTP API",
"description.zh-CN": "允许用户使用 API 密钥访问应用 HTTP API", "description.zh-CN": "允许用户使用 API 密钥访问应用 HTTP API",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/api-keys", "homepage": "https://docs.nocobase.com/plugins/api-keys",
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/api-keys", "homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/api-keys",
"keywords": [
"Authentication"
],
"devDependencies": { "devDependencies": {
"@formily/react": "2.x", "@formily/react": "2.x",
"@formily/shared": "2.x", "@formily/shared": "2.x",
@ -30,4 +33,4 @@
"@nocobase/utils": "0.x" "@nocobase/utils": "0.x"
}, },
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde" "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde"
} }

View File

@ -1,10 +1,10 @@
{ {
"name": "@nocobase/plugin-audit-logs", "name": "@nocobase/plugin-audit-logs",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"displayName": "Audit logs", "displayName": "Audit logs (deprecated)",
"displayName.zh-CN": "审计日志", "displayName.zh-CN": "审计日志(废弃)",
"description": "Data addition, modification, deletion logs", "description": "This plugin is deprecated. There will be a new audit log plugin in the future.",
"description.zh-CN": "数据的增删改日志", "description.zh-CN": "该插件已废弃,请勿使用,未来将有新的审计日志插件。",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/audit-logs", "homepage": "https://docs.nocobase.com/plugins/audit-logs",
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/audit-logs", "homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/audit-logs",

View File

@ -24,10 +24,10 @@
}, },
"displayName": "Authentication", "displayName": "Authentication",
"displayName.zh-CN": "用户认证", "displayName.zh-CN": "用户认证",
"description": "Basic authentication and authenticator management", "description": "Basic authentication and authenticator management.",
"description.zh-CN": "提供基础认证功能和扩展认证器管理功能", "description.zh-CN": "提供基础认证功能和扩展认证器管理功能",
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [ "keywords": [
"Users & permissions" "Authentication"
] ]
} }

View File

@ -2,8 +2,8 @@
"name": "@nocobase/plugin-backup-restore", "name": "@nocobase/plugin-backup-restore",
"displayName": "App backup & restore", "displayName": "App backup & restore",
"displayName.zh-CN": "应用的备份与还原", "displayName.zh-CN": "应用的备份与还原",
"description": "Can be used for application replication, migration, upgrade, etc", "description": "Backup and restore applications for scenarios such as application replication, migration, and upgrades.",
"description.zh-CN": "可用于应用的复制、迁移、升级等场景", "description.zh-CN": "备份和还原应用,可用于应用的复制、迁移、升级等场景",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",

View File

@ -3,8 +3,8 @@
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"displayName": "Calendar", "displayName": "Calendar",
"displayName.zh-CN": "日历", "displayName.zh-CN": "日历",
"description": "Provide calendar template and block", "description": "Provides callendar collection template and block for managing date data, typically for date/time related information such as events, appointments, tasks, and so on.",
"description.zh-CN": "提供日历模板和区块", "description.zh-CN": "提供日历数据表模板和区块,用于管理日期数据,通常用于事件、约会、任务等与日期/时间相关的信息。",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/calendar", "homepage": "https://docs.nocobase.com/plugins/calendar",
@ -38,6 +38,7 @@
}, },
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [ "keywords": [
"Collections",
"Blocks" "Blocks"
] ]
} }

View File

@ -25,6 +25,6 @@
}, },
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [ "keywords": [
"Users & permissions" "Authentication"
] ]
} }

View File

@ -1,9 +1,9 @@
{ {
"name": "@nocobase/plugin-charts", "name": "@nocobase/plugin-charts",
"displayName": "Charts(Deprecated)", "displayName": "Charts (deprecated)",
"displayName.zh-CN": "图表(废弃)", "displayName.zh-CN": "图表(废弃)",
"description": "Out-of-the-box, feature-rich chart plugins.", "description": "The plugin has been deprecated, please use the data visualization plugin instead.",
"description.zh-CN": "开箱即用、丰富的报表。", "description.zh-CN": "已废弃插件,请使用数据可视化插件代替。",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"license": "AGPL-3.0", "license": "AGPL-3.0",

View File

@ -1,10 +1,10 @@
{ {
"name": "@nocobase/plugin-china-region", "name": "@nocobase/plugin-china-region",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"displayName": "China region", "displayName": "Administrative divisions of China",
"displayName.zh-CN": "中国行政区", "displayName.zh-CN": "中国行政区",
"description": "Provides China region data and field interface", "description": "Provides data and field type for administrative divisions of China.",
"description.zh-CN": "提供中国行政区数据和字段Interface类型", "description.zh-CN": "提供中国行政区数据和字段类型",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/china-region", "homepage": "https://docs.nocobase.com/plugins/china-region",
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/china-region", "homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/china-region",

View File

@ -2,8 +2,8 @@
"name": "@nocobase/plugin-collection-manager", "name": "@nocobase/plugin-collection-manager",
"displayName": "Collection manager", "displayName": "Collection manager",
"displayName.zh-CN": "数据表管理", "displayName.zh-CN": "数据表管理",
"description": "Provide convenient collection management capabilities", "description": "Provide convenient collection management capabilities.",
"description.zh-CN": "提供便捷的数据表管理能力", "description.zh-CN": "提供便捷的数据表管理能力",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/collection-manager", "homepage": "https://docs.nocobase.com/plugins/collection-manager",
@ -24,6 +24,6 @@
}, },
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [ "keywords": [
"Data Model" "Data sources"
] ]
} }

View File

@ -1,3 +1,3 @@
export * from './server'; export * from './server';
export * from './server';
export { default } from './server'; export { default } from './server';

View File

@ -4,10 +4,10 @@
"main": "dist/server/index.js", "main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/custom-request", "homepage": "https://docs.nocobase.com/plugins/custom-request",
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/custom-request", "homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/custom-request",
"displayName": "Custom request", "displayName": "Action: Custom request",
"displayName.zh-CN": "自定义请求", "displayName.zh-CN": "操作:自定义请求",
"description": "Custom request action", "description": "Sending a request to any HTTP service supports sending context data to the target service.",
"description.zh-CN": "自定义请求操作", "description.zh-CN": "向任意 HTTP 服务发送请求,支持将上下文数据发送给目标服务。",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"devDependencies": { "devDependencies": {
"@formily/react": "2.x", "@formily/react": "2.x",

View File

@ -1,7 +1,7 @@
{ {
"name": "@nocobase/plugin-data-visualization", "name": "@nocobase/plugin-data-visualization",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"displayName": "Data Visualization", "displayName": "Data visualization",
"displayName.zh-CN": "数据可视化", "displayName.zh-CN": "数据可视化",
"description": "Provides data visualization feature, including chart block and chart filter block, support line charts, area charts, bar charts and more than a dozen kinds of charts, you can also extend more chart types.", "description": "Provides data visualization feature, including chart block and chart filter block, support line charts, area charts, bar charts and more than a dozen kinds of charts, you can also extend more chart types.",
"description.zh-CN": "提供数据可视化功能,包含图表区块和图表筛选区块,支持折线图、面积图、柱状图等十几种图表,你也可以扩展更多图表类型。", "description.zh-CN": "提供数据可视化功能,包含图表区块和图表筛选区块,支持折线图、面积图、柱状图等十几种图表,你也可以扩展更多图表类型。",

View File

@ -2,8 +2,8 @@
"name": "@nocobase/plugin-error-handler", "name": "@nocobase/plugin-error-handler",
"displayName": "Error handler", "displayName": "Error handler",
"displayName.zh-CN": "错误处理器", "displayName.zh-CN": "错误处理器",
"description": "Handling application errors and exceptions", "description": "Handling application errors and exceptions.",
"description.zh-CN": "处理应用程序中的错误和异常", "description.zh-CN": "处理应用程序中的错误和异常",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",

View File

@ -1,9 +1,9 @@
{ {
"name": "@nocobase/plugin-export", "name": "@nocobase/plugin-export",
"displayName": "Data export", "displayName": "Action: Export records",
"displayName.zh-CN": "数据导出", "displayName.zh-CN": "操作:导出记录",
"description": "Export data in excel format", "description": "Export filtered records to excel, you can configure which fields to export.",
"description.zh-CN": "导出 excel 格式的数据", "description.zh-CN": "导出筛选后的记录到 Excel 中,可以配置导出哪些字段。",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",

View File

@ -4,7 +4,7 @@
"displayName": "File manager", "displayName": "File manager",
"displayName.zh-CN": "文件管理器", "displayName.zh-CN": "文件管理器",
"description": "Provides files storage services with files collection template and attachment field.", "description": "Provides files storage services with files collection template and attachment field.",
"description.zh-CN": "提供文件存储服务,并提供了文件 collection 模板和附件字段。", "description.zh-CN": "提供文件存储服务,并提供了文件模板和附件字段。",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/file-manager", "homepage": "https://docs.nocobase.com/plugins/file-manager",
@ -39,5 +39,9 @@
"@nocobase/test": "0.x", "@nocobase/test": "0.x",
"@nocobase/utils": "0.x" "@nocobase/utils": "0.x"
}, },
"keywords": [
"Collections",
"Collection fields"
],
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde" "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde"
} }

View File

@ -1,9 +1,9 @@
{ {
"name": "@nocobase/plugin-formula-field", "name": "@nocobase/plugin-formula-field",
"displayName": "Formula field", "displayName": "Collection field: Formula",
"displayName.zh-CN": "公式字段", "displayName.zh-CN": "数据表字段:公式",
"description": "You can configure and store calculation results between multi-field values of the same record, supporting both mathjs and excel functions engines.", "description": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
"description.zh-CN": "可以配置并存储同一条记录的多字段值之间的计算结果,支持 mathjs 和 excel functions 两种引擎", "description.zh-CN": "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
@ -27,6 +27,6 @@
}, },
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [ "keywords": [
"Fields" "Collection fields"
] ]
} }

View File

@ -1,10 +1,10 @@
{ {
"name": "@nocobase/plugin-gantt", "name": "@nocobase/plugin-gantt",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"displayName": "Gantt", "displayName": "Block: Gantt",
"displayName.zh-CN": "甘特图", "displayName.zh-CN": "区块:甘特图",
"description": "Provides Gantt blocks", "description": "Provides Gantt block.",
"description.zh-CN": "提供甘特图区块", "description.zh-CN": "提供甘特图区块",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/gantt", "homepage": "https://docs.nocobase.com/plugins/gantt",

View File

@ -1,9 +1,9 @@
{ {
"name": "@nocobase/plugin-graph-collection-manager", "name": "@nocobase/plugin-graph-collection-manager",
"displayName": "Graph collection manager", "displayName": "Graph collection manager",
"displayName.zh-CN": "可视化数据表管理", "displayName.zh-CN": "可视化数据表管理",
"description": "An ER diagram-like tool", "description": "An ER diagram-like tool. Currently only the Master database is supported.",
"description.zh-CN": "类似 ER 图的工具", "description.zh-CN": "类似 ER 图的工具,目前只支持主数据库。",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
@ -37,6 +37,6 @@
}, },
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [ "keywords": [
"Data Model" "Data model tools"
] ]
} }

View File

@ -1,9 +1,9 @@
{ {
"name": "@nocobase/plugin-iframe-block", "name": "@nocobase/plugin-iframe-block",
"displayName": "iframe", "displayName": "Block: iframe",
"displayName.zh-CN": "iframe", "displayName.zh-CN": "区块:iframe",
"description": "Create an iframe block on the page to embed and display external web pages or content", "description": "Create an iframe block on the page to embed and display external web pages or content.",
"description.zh-CN": "在页面上创建和管理iframe用于嵌入和展示外部网页或内容", "description.zh-CN": "在页面上创建和管理iframe用于嵌入和展示外部网页或内容",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",

View File

@ -1,9 +1,9 @@
{ {
"name": "@nocobase/plugin-import", "name": "@nocobase/plugin-import",
"displayName": "Data import", "displayName": "Action: Import records",
"displayName.zh-CN": "数据导入", "displayName.zh-CN": "操作:导入记录",
"description": "Import data according to the excel template provided", "description": "Import records using excel templates. You can configure which fields to import and templates will be generated automatically.",
"description.zh-CN": "根据提供的 excel 模板导入数据", "description.zh-CN": "使用 Excel 模板导入数据,可以配置导入哪些字段,自动生成模板。",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",

View File

@ -5,10 +5,10 @@
"homepage": "https://docs.nocobase.com/plugins/kanban", "homepage": "https://docs.nocobase.com/plugins/kanban",
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/kanban", "homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/kanban",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"displayName": "Kanban", "displayName": "Block: Kanban",
"displayName.zh-CN": "看板", "displayName.zh-CN": "区块:看板",
"description": "Provides kanban blocks", "description": "Provides kanban block.",
"description.zh-CN": "提供看板区块", "description.zh-CN": "提供看板区块",
"peerDependencies": { "peerDependencies": {
"@nocobase/client": "0.x", "@nocobase/client": "0.x",
"@nocobase/server": "0.x", "@nocobase/server": "0.x",

View File

@ -17,6 +17,9 @@
"@nocobase/server": "0.x", "@nocobase/server": "0.x",
"@nocobase/test": "0.x" "@nocobase/test": "0.x"
}, },
"keywords": [
"System management"
],
"displayName": "Localization", "displayName": "Localization",
"displayName.zh-CN": "本地化", "displayName.zh-CN": "本地化",
"description": "Allows to manage localization resources of the application.", "description": "Allows to manage localization resources of the application.",

View File

@ -21,6 +21,6 @@
}, },
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [ "keywords": [
"System & security" "Logging and monitoring"
] ]
} }

View File

@ -1,10 +1,10 @@
{ {
"name": "@nocobase/plugin-map", "name": "@nocobase/plugin-map",
"displayName": "Map", "displayName": "Block: Map",
"displayName.zh-CN": "地图", "displayName.zh-CN": "区块:地图",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"description": "Provides map fields and blocks", "description": "Map block, support Gaode map and Google map, you can also extend more map types.",
"description.zh-CN": "提供地图字段和区块", "description.zh-CN": "地图区块,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/map", "homepage": "https://docs.nocobase.com/plugins/map",

View File

@ -7,8 +7,8 @@
"license": "AGPL-3.0", "license": "AGPL-3.0",
"displayName": "Mobile client", "displayName": "Mobile client",
"displayName.zh-CN": "移动端", "displayName.zh-CN": "移动端",
"description": "Provides the ability to configure mobile pages", "description": "Provides the ability to configure mobile pages.",
"description.zh-CN": "提供移动端页面配置的能力", "description.zh-CN": "提供移动端页面配置的能力",
"devDependencies": { "devDependencies": {
"@ant-design/icons": "5.x", "@ant-design/icons": "5.x",
"@formily/antd-v5": "1.x", "@formily/antd-v5": "1.x",

View File

@ -2,8 +2,8 @@
"name": "@nocobase/plugin-multi-app-manager", "name": "@nocobase/plugin-multi-app-manager",
"displayName": "Multi-app manager", "displayName": "Multi-app manager",
"displayName.zh-CN": "多应用管理器", "displayName.zh-CN": "多应用管理器",
"description": "Dynamically create multiple apps without separate deployments", "description": "Dynamically create multiple apps without separate deployments.",
"description.zh-CN": "无需单独部署即可动态创建多个应用", "description.zh-CN": "无需单独部署即可动态创建多个应用",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",

View File

@ -31,6 +31,6 @@
}, },
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [ "keywords": [
"Users & permissions" "Authentication"
] ]
} }

View File

@ -29,6 +29,6 @@
}, },
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [ "keywords": [
"Users & permissions" "Authentication"
] ]
} }

View File

@ -1,9 +1,9 @@
{ {
"name": "@nocobase/plugin-sequence-field", "name": "@nocobase/plugin-sequence-field",
"displayName": "Sequence field", "displayName": "Collection field: Sequence",
"displayName.zh-CN": "自动编码字段", "displayName.zh-CN": "数据表字段:自动编码",
"description": "", "description": "Automatically generate codes based on configured rules, supporting combinations of dates, numbers, and text.",
"description.zh-CN": "", "description.zh-CN": "根据配置的规则自动生成编码,支持日期、数字、文本的组合。",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
@ -31,6 +31,6 @@
}, },
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [ "keywords": [
"Fields" "Collection fields"
] ]
} }

View File

@ -3,7 +3,7 @@
"displayName": "Auth: SMS", "displayName": "Auth: SMS",
"displayName.zh-CN": "认证:短信", "displayName.zh-CN": "认证:短信",
"description": "SMS authentication.", "description": "SMS authentication.",
"description.zh-CN": "通过短信认证身份。", "description.zh-CN": "通过短信验证码认证身份。",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/plugins/sms-auth", "homepage": "https://docs.nocobase.com/plugins/sms-auth",
@ -27,6 +27,6 @@
}, },
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [ "keywords": [
"Users & permissions" "Authentication"
] ]
} }

View File

@ -1,9 +1,9 @@
{ {
"name": "@nocobase/plugin-snapshot-field", "name": "@nocobase/plugin-snapshot-field",
"displayName": "Snapshot field", "displayName": "Collection field: Snapshot",
"displayName.zh-CN": "关系快照字段", "displayName.zh-CN": "数据表字段:关系快照",
"description": "", "description": "When adding a new record, create a snapshot for its relational record and save in the new record. The snapshot will not be updated when the relational record is updated.",
"description.zh-CN": "", "description.zh-CN": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
@ -28,6 +28,6 @@
}, },
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [ "keywords": [
"Fields" "Collection fields"
] ]
} }

View File

@ -2,8 +2,8 @@
"name": "@nocobase/plugin-system-settings", "name": "@nocobase/plugin-system-settings",
"displayName": "System settings", "displayName": "System settings",
"displayName.zh-CN": "系统设置", "displayName.zh-CN": "系统设置",
"description": "Used to adjust the system title, logo, etc", "description": "Used to adjust the system title, logo, language, etc.",
"description.zh-CN": "用于调整系统的标题、LOGO", "description.zh-CN": "用于调整系统的标题、LOGO、语言等。",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",

View File

@ -5,7 +5,7 @@
"homepage": "https://docs.nocobase.com/plugins/theme-editor", "homepage": "https://docs.nocobase.com/plugins/theme-editor",
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/theme-editor", "homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/theme-editor",
"displayName": "Theme editor", "displayName": "Theme editor",
"displayName.zh-CN": "Theme editor", "displayName.zh-CN": "主题编辑器",
"description": "Customize UI colors, sizes, etc. and save the result as a theme to switch between multiple themes.", "description": "Customize UI colors, sizes, etc. and save the result as a theme to switch between multiple themes.",
"description.zh-CN": "自定义 UI 的颜色、尺寸等,并将结果保存为主题,可在多个主题间切换。", "description.zh-CN": "自定义 UI 的颜色、尺寸等,并将结果保存为主题,可在多个主题间切换。",
"devDependencies": { "devDependencies": {

View File

@ -2,8 +2,8 @@
"name": "@nocobase/plugin-ui-schema-storage", "name": "@nocobase/plugin-ui-schema-storage",
"displayName": "UI schema storage", "displayName": "UI schema storage",
"displayName.zh-CN": "UI schema 存储服务", "displayName.zh-CN": "UI schema 存储服务",
"description": "Provides centralized UI schema storage service", "description": "Provides centralized UI schema storage service.",
"description.zh-CN": "提供中心化的 UI schema 存储服务", "description.zh-CN": "提供中心化的 UI schema 存储服务",
"version": "0.19.0-alpha.8", "version": "0.19.0-alpha.8",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",

View File

@ -33,6 +33,6 @@
}, },
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
"keywords": [ "keywords": [
"Third party services" "Authentication"
] ]
} }